tree: 2eb8b49e0e957bf40d75d5828376be8dc64a7456 [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