Skip to content

IDLabResearch/RMLProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RMLProcessor

Processor for RML (R2RML extension) in Java based on DB2Triples

Class diagram

alt text

Usage

The processor can be run using Maven, so make sure you have installed it first: http://maven.apache.org/download.cgi and java 1.7 You can run a mapping process by executing the following command.

mvn exec:java -Dexec.args="<mapping_file> <output_file> [-g <graph>]"

With

<mapping_file> = The RML mapping file conform with the [RML specification](http://semweb.mmlab.be/ns/rml)
<output_file> = The file where the output RDF triples are stored; default in [N-Triples](http://www.w3.org/TR/n-triples/) syntax.
<graph> (optional) = The named graph in which the output RDF triples are stored.

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="/path/to/the/mapping/document/example.rml.ttl /path/to/the/output/file/example1_test.output.nt"

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages