robot_verify
Check an ontology for rule violations by running SPARQL SELECT queries; exit with non-zero code when violations are found.
Instructions
Check an ontology for rule violations using SPARQL SELECT queries.
Each query file should contain a SPARQL SELECT. If the query returns
any results, those are violations. ROBOT exits with a non-zero code
when violations are found (controllable via fail_on_violation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| queries | No | ||
| output_dir | No | ||
| fail_on_violation | No | ||
| working_directory | No | ||
| catalog | No | ||
| prefixes | No | ||
| add_prefix | No | ||
| noprefixes | No | ||
| verbose | No | ||
| strict | No | ||
| xml_entities | No | ||
| extra_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||