Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.07 KB

ReFact

Prerequisites

Java, Maven

Installation

$ git clone https://github.com/luigi-asprino/refact.git
$ cd refact/
$ mvn install

Usage

Example 1

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/.

Example 2

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/.