Java, Maven
$ git clone https://github.com/luigi-asprino/refact.git
$ cd refact/
$ mvn install
Applying Query1 and Query2 over Framester SPARQL Endpoint
$ mvn exec:java -Dexec.mainClass="it.cnr.istc.stlab.refact.Refact" -Dexec.args="examples/ex1/example.properties" -DjvmArgs="-Xmx16g"
The result (i.e. out.ttl) will be found under examples/ex1/.
Applying Query1 over the dataset resulting from the union of the files in examples/ex2/input/.
$ mvn exec:java -Dexec.mainClass="it.cnr.istc.stlab.refact.Refact" -Dexec.args="examples/ex2/example.properties" -DjvmArgs="-Xmx16g"
The result (i.e. out.ttl) will be found under examples/ex2/.