Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 957 Bytes

File metadata and controls

26 lines (18 loc) · 957 Bytes

JSONLD-Java Clerezza Integration module

Build Status Coverage Status

USAGE

From Maven

<dependency>
    <groupId>com.github.jsonld-java</groupId>
    <artifactId>jsonld-java-clerezza</artifactId>
    <version>0.7.0-SNAPSHOT</version>
</dependency>

(Adjust for most recent , as found in pom.xml).

ClerezzaTripleCallback

The ClerezzaTripleCallback returns an instance of org.apache.clerezza.rdf.core.MGraph

See ClerezzaTripleCallbackTest.java for example Usage.