Skip to content
/ blabel Public

A library for skolemising (or canonicalising) blank node labels in RDF graphs.

License

Notifications You must be signed in to change notification settings

aidhog/blabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A library for skolemising (or canonicalising) blank node labels in RDF graphs.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages