Skip to content

luigi-asprino/refact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages