How to get an explanation for an inconsistency using the owlexplanation project
问题 I have a question regarding the owlexplanation project by Matthew Horridge on GitHub. In the README file there is the following code : import org.semanticweb.owl.explanation.api.*; import org.semanticweb.owlapi.model.*; import org.semanticweb.owlapi.reasoner.OWLReasonerFactory; OWLReasonerFactory rf = ; // Get hold of a reasoner factory OWLOntology ont = ; // Reference to an OWLOntology // Create the explanation generator factory which uses reasoners provided by the specified // reasoner