You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.