Skip to content

Latest commit

 

History

History

nrv

MUNC report examples

Here are examples of reports generated by olivaw on the NRV ontology.The ontology version that was used was the NRV ontology stored in this folder.

These reports have been generated by a development version of olivaw that corresponds to version v0.0.5.

In order to run this test, the NRV ontology turtle file was put into an acimov repository with nothing but this file into the src/ folder.

Here is the parameters.json used for the test:

{
    "ontology_prefix": "nrv",
    "ontology_namespace": "http://ns.inria.fr/nrv#",
    "term_distance_threshold": 3,
    "blocking_errors": [
        "syntax-error",
        "owl-rl-constraint-violation"
    ],
    "gist_index": "",
    "skipped_errors": [],
    "skipped_tests": [],
    "skipped_subjects": ["all-modules", "all-fragments"],
    "skip_for_test": {},
    "skip_for_subject": {}
}

Subjects all-modules and all-fragments are decided to be skipped here because it would be redundant since there is only one module here.

The command that was run to launch the tests was olivaw test model.

Check the NRV turtle model report and the NRV markdown model report.