tree: 32f156e9a8e18389cd9417402770f2fa9f42f2da [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
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