Awesome
blabel
A library for skolemising (or canonicalising) blank node labels in RDF graphs.
Compilation
You need Maven installed
To build a .jar
$ mvn clean package
To install the .jar into your local Maven repository
$ mvn clean install
Usage
CLI
$ java -jar blabel-0.2.0-SNAPSHOT-jar-with-dependencies.jar
As Maven dependency
<dependency>
<groupId>cl.uchile.dcc</groupId>
<artifactId>blabel</artifactId>
<version>0.2.0-SNAPSHOT</version>
</dependency>
See the following page for more details: http://blabel.github.io/