Examples of using Commons RDF

UserGuideTest.java contains the source code of the examples in the Commons RDF user guide.

Usage

Update pom.xml to the latest versions of commons-rdf-api and commons-rdf-simple.

Ensure you have Java 8 installed and configured as JAVA_HOME.

Use Apache Maven 3 and run:

mvn clean install