Giter VIP home page Giter VIP logo

rmlvalidator's Introduction

RMLValidator

Validator for[R2]RML mapping documents.

It is implemented in Java based on RDFUnit and DB2Triples

Installation

You can install RMLValidator using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi and java 1.7

mvn clean install

Usage

The validator can be run using Maven. You can run a mapping process by executing the following command.

mvn exec:java -Dexec.args=-m "<mapping_file> [-o <output_file> -V]"

Or using the JAR file

java -jar target/RMLValidator-1.0.jar -m "<mapping_file> [-o <outupt_file> -V]"

With

<mapping_file> = The RML mapping file conform with the [RML specification](http://semweb.mmlab.be/ns/rml)
<output_file> = The RML mapping document conform with skolemized and inferred statements.
add -V to validate it using RDFUnit	

For instance, to run example1, execute the following command by replacing the paths to the files with the local paths:

mvn exec:java -Dexec.args="-m /path/to/the/mapping/document/example.rml.ttl"

Remark

On OSX, it might be needed to export JAVA_HOME=$(/usr/libexec/java_home)

More Information

More information about the solution can be found at http://rml.io

This application is developed by Multimedia Lab http://www.mmlab.be

Copyright 2014, Multimedia Lab - Ghent University - iMinds

License

The RMLProcessor is released under the terms of the MIT license.

rmlvalidator's People

Contributors

andimou avatar

Watchers

Hashir Rizwan 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.