Expand description
OntoLogos-backed reasoner facade for Strixonomy (v0.9).
Published as strixonomy-reasoner.
Structs§
- Classification
Result - Consistency
Detail - Full consistency semantics (TBox unsat + ABox / ontology consistency).
- Consistency
Result - DlQuery
Result - Explanation
Request - Explanation
Result - Explanation
Step - Inferred
Assertions - Inferred
Class Assertion - Inferred
Hierarchy - Inferred
Object Property Assertion - Instance
Check Result - Realization
Entry - Realization
Result - Reasoner
Cache - Reasoner
Cache Store - Reasoner
Input - Reasoner
Snapshot - Reasoner
Warning - Same
AsCluster - Workspace
Input Loader
Enums§
Constants§
- DL_
QUERY_ CLASS_ IRI - Temporary named class used to materialize anonymous Manchester expressions.
Traits§
Functions§
- cancel_
requested - Returns true when an in-flight reasoner run should abort.
- check_
consistency - check_
full_ consistency - Full consistency: TBox unsatisfiable classes + ABox / ontology consistency via Ontologos.
- check_
instance - classify
- classify_
with_ swrl - Classify with SWRL materialization when the ontology contains SWRL rules.
- clear_
cancel_ flag - Clear the cancel flag after a reasoner run completes.
- expand_
named_ unsatisfiable - Expand taxonomy unsatisfiable IRIs to named classes that are ⊑ ⊥.
- explain
- explain_
alternatives - inferred_
assertions - inferred_
assertions_ from_ realization - Collect inferred ABox assertions, reusing an existing realization when available.
- inject_
swrl_ from_ turtle - Parse
strixonomy:swrlRuleJSON literals from Turtle and push convertible rules. - input_
has_ swrl_ rules - True when classify should take the SWRL path.
- install_
cancel_ flag - Install a cancel flag for subsequent Ontologos operations on this thread.
- ontology_
has_ swrl_ rules - True when Ontologos already has SWRL rules on the ontology.
- prepare_
swrl_ ontology - Clone input ontology, inject authored rules, and materialize SWRL inferences.
- realize
- run_
dl_ query - Run a Manchester class-expression DL Query against
input.