-
Notifications
You must be signed in to change notification settings - Fork 40
Results
At the moment, RDFUnit provides flexible execution option that deliver different types of results.
The easiest way to see them is to try them out. Use -r status | aggregate | shacl | shacl-lite
(with aggregate
as the default) from command line to enable them.
Use -o
option to save in different formats. In addition to all RDF serializations we support html (default). You can also request multiple serializations on the same execution e.g. -o html,ttl
use -r status
in CLI to enable. Reports just Success / Fail pre test case reports.
use -r aggregate
(default) in CLI to enable. Extends StatusTestCaseResult
and adds error counts and prevalence.
use -r shacl
in CLI to enable. Reports violations as defined in SHACL
use -r shacl-lite
in CLI to enable. Reports violations as defined in SHACL but without additional error metadata and annotation variables.