A set of utilities for reading and writing RDF graphs with Apache Jena.
Take a look at CONTRIBUTING for specifics on how to contribute to this library.
JavaDocs are generated and published with each release.
In your pom.xml
:
<dependencies>
<dependency>
<groupId>com.janeirodigital</groupId>
<artifactId>sai-rdf-utils-java</artifactId>
<version>preferred.version.here</version>
</dependency>
</dependencies>