Skip to content
Dimitris Kontokostas edited this page Aug 19, 2014 · 6 revisions

RDFUnit as a Library

RDFUnit is already integrated in different software stacks:

The easiest way to use RDFUnit for predefined configuration is through the RDFUnitStaticWrapper.

The Wrapper needs to be initialized on startup (e.g. 1, 2) and afterwards call RDFUnitStaticWrapper.validate() as many times you want (e.g. 3, 4).

The rdfunit-core module is designed as a library that you can use for more advanced options and rdfunit-validate module defines more high level validation options.

Clone this wiki locally