Expand description
Explanation engine with proof graphs and export formats.
Structs§
- NodeId
- Node identifier within a proof graph.
- Proof
Graph - Proof graph backing explanation traces.
- Proof
Node - Single step in a reasoning proof.
Enums§
Functions§
- build_
proof_ graph - Build a proof graph from an inference trace over
ontology. - collect_
trace - Collect inference trace with explanations enabled on
reasoner’s ontology. - explain
- Generate a full proof graph using automatic profile detection.
- explain_
el - Generate proof graph for OWL EL classification traces.
- explain_
rdfs - Generate proof graph for RDFS materialization traces.
- explain_
rl - Generate proof graph for OWL RL saturation traces.
- explain_
subsumption - Explain why
sub ⊑ supholds under the given profile. - explain_
unsatisfiable - Explain why
classis unsatisfiable under the given profile. - explain_
with_ profile - Route explanation collection by reasoner profile (like classify).
- find_
bottom_ subsumption - Find bottom (⊥) class used in a subsumption trace for
class. - find_
subsumption_ step - Locate a subsumption conclusion for two classes in a trace.
- render_
text - Render a proof graph as human-readable text.
- subsumption_
from_ axioms - Locate an axiom subsumption in trace via ontology scan.