This is a branch of the RML Processor (https://github.com/mmlab/RMLProcessor), which is itself based on DB2Triples
To install
mvn clean install
To run
java -jar target/RMLMapper-0.1.jar <mapping> <output>
Running an example
java -jar target/RMLMapper-0.1.jar functions-example/example.rml.ttl functions-example/output.ttl
The RMLProcessor is released under the terms of the MIT license.