Utility classes for working with Apache Jena:
- A set of fluent helper classes for building SPARQL queries
- A transaction helper class that supports nested transactions
- Classes to help work with Java
Stream
APIs from JenaStmtIterator
andResultSet
- Utilities to work with RDF LangStrings and Java
Locale
s
You need to include my bintray maven repository in your build.
https://dl.bintray.com/duck-asteroid/maven/
Then use the maven co-ordinates:
<dependency>
<groupId>com.asteroid.duck</groupId>
<artifactId>jena-utils</artifactId>
<version>0.0.7</version>
</dependency>
or in gradle: com.asteroid.duck:jena-utils:0.0.7
This project is available via Maven repo at: https://dl.bintray.com/duck-asteroid/maven/
A basic Java application using: