robot_explain
Identify the minimal set of axioms causing ontology issues—entailment, inconsistency, or unsatisfiability—to debug classification errors.
Instructions
Compute minimal axiom explanations for inferred statements.
Useful for debugging classification issues. Modes:
entailment (explain why an axiom is entailed),
inconsistency (explain why the ontology is inconsistent),
unsatisfiability (explain why a class is unsatisfiable).
The axiom parameter takes a Manchester-syntax axiom string like
"'uvular muscle' SubClassOf 'muscle organ'".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| reasoner | No | ELK | |
| axiom | No | ||
| explanation | No | ||
| mode | No | ||
| max | No | ||
| unsatisfiable | 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 | |||