owlexplanation
owlexplanation copied to clipboard
An API and reference implementation for generating justifications for entailments in OWL ontologies
Apparently, the dependency mentioned in the README.md: ``` net.sourceforge.owlapitools owlexplanation 1.0.0 ``` is no longer available. So should we use this instead?: https://mvnrepository.com/artifact/net.sourceforge.owlapi/owlexplanation
Hi, I know this isn't the right forum for me to post a generic pellet reasoner issue I am facing. But Ic couldn't find an easier way to contact you...
I noticed that Maven has a version 5.0.0 with slight differences from the API shown here. For example: `ExplanationManager.createExplanationGeneratorFactory()` now accepts two parameters instead of just one. This leads me...
There's bits and pieces of explanation code and API in owlapi; some, but not all, of the owlapi-tools stuff is in the main repo (with some parts duplicated).