Closed alkidbaci closed 1 month ago
Added new methods for SyncReasoner:
is_entailed
is_satisfiable
unsatisfiable_classes
Added new methods for SyncOntology:
get_signature
get_abox_axioms
get_tbox_axioms
Thank you for the PR. Can you please write tests for the each introduced methods ?
very cool features!
Added new methods for SyncReasoner:
is_entailed
→ checks if an axiom is entailed by the set of reasoner axioms.is_satisfiable
→ cheks if a class expression is satisfiable with respect to the reasoner axioms.unsatisfiable_classes
→ retrieve classes that are unsatisfiableAdded new methods for SyncOntology:
get_signature
→ retrieve all signature entities.get_abox_axioms
→ retrieve all ABox axioms.get_tbox_axioms
→ retrieve all TBox axioms.