Coder Social home page Coder Social logo

rodi's Introduction

RODI Relational-to-Ontology Mapping Quality Benchmark

RODI is a benchmark suite for testing the quality of (semi-)automatically generated, RDB2RDF (relational database to RDF) mappings.

When referring to this work, please always cite our most recent publication (currently [1]). For an overview of the first prototype, please see [2].

Requirements

RODI is implemented in Java and requires JRE 1.8 or later.

For developers, to compile and run the workspace, a corresponding JDK is needed. Eclipse is recommended for development and an Eclipse project is pre-configured. RODI also relies on a number of publicly available JAR libraries that are not included with in the repository (see below).

Download and Installation

For use by non-developers, there is a complete pre-packaged distribution of the latest RODI release available from the University of Oxford. It runs directly from the command line.

Development requires a clone of this git repository. You may either use the pre-configured Eclipse project, in which case several external libraries need to be added manually. Please refer to manual.pdf for a full list of required libraries including download instructions. As an alternative, you may use the included Maven to automatically download dependencies. To generate a RODI JAR file from the command line using Maven, run: mvn package

Usage

RODI can be run as an Eclipse project, or from the command line using the latest release. When starting from Eclipse (or from a Maven-generated JAR), the Main type to execute is com.fluidops.rdb2rdfbench.Main. Try --help for command line options.

For further usage documentation, please refer to the user's manual (manual.pdf) included with the release distribution.

Related Publications and Resources

[1] Christoph Pinkel, Carsten Binnig, Ernesto Jimenez-Ruiz, Evgeny Kharlamov, Wolfgang May, Andriy Nikolov, Martin G. Skjæveland, Alessandro Solimando, Mohsen Taheriyan, Christian Heupel, Ian Horrocks RODI: Benchmarking Relational-to-Ontology Mapping Generation Quality. Semantic Web Journal. IOS Press. 2017 (in press). (PDF)

[2] C. Pinkel et al. RODI: A Benchmark for Automatic Mapping Generation in Relational-to-Ontology Data Integration. In: ESWC 2015. (PDF)

[3] RODI Introductory Presentation at ESWC 2015 (videolectures.net)

[4] E. Jimenez et al. BOOTOX: Practical Mapping of RDBs to OWL 2. In: ISWC 2015. (PDF)

rodi's People

Contributors

chrpin avatar ernestojimenezruiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rodi's Issues

Experiments with Karma tool

Dear All,

I would like to test the Karma tool that, according the last version of the RODI paper, is included among the benchmark experiments.

Is there a bash script available to test Karma in RODI?

Thank you.

Failed to create Sesame repository

Hi,

I updated the maven dependency for slf4j-log4j12 to this updated version since it was giving an error regarding the 1.7.4 version:

org.slf4j slf4j-log4j12 1.7.21

After running the main.java I received this error:

BENCHMARK: preparing scenario cmt_renamed
Cleaning possible mappings from previous scenarios...
Loading SQL dump into database...
RDBMS set to default (PostgreSQL).
done.
Loading RDF data...
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/Users/PeachyJoKiller88/.m2/repository/org/slf4j/slf4j-simple/1.6.1/slf4j-simple-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/Users/PeachyJoKiller88/.m2/repository/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
24 [main] WARN org.openrdf.sail.memory.MemoryStore - Failed to lock directory: .\sesame_db\main
Exception in thread "main" java.lang.RuntimeException: Failed to create Sesame repository as writable, backed up on ./sesame_db/main/. Full reset may be required.
at com.fluidops.rdb2rdfbench.db.rdf.SesameAdapter.(SesameAdapter.java:92)
at com.fluidops.rdb2rdfbench.db.rdf.SesameAdapter.reset(SesameAdapter.java:143)
at com.fluidops.rdb2rdfbench.util.SetupUtil.setupScenario(SetupUtil.java:44)
at com.fluidops.rdb2rdfbench.eval.Evaluator.automaticWorkflow(Evaluator.java:537)
at com.fluidops.rdb2rdfbench.Main.main(Main.java:249)

Any help or suggestions would be appreciated. Thanks!

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.