tree: a11c011dc227aa4f32251b7b3a6b298d78d37f80 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
commons-rdf-examples/README.md

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