You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a few smaller tests with the latest available version (7e44666) of Sequoia (to be more precise, by using the OWL API 4.5.x and the fat-jar obtained by compiling/assembling the reasoner-owl-api sub-project with sbt) and it seems that Sequoia is not always outputting all subsumptions/classes. For example, with the following code
The missing classes are also not returned if I request all indirect subclasses of owl:Thing. For most ontologies, I get the same results as with other reasoners, but for a few ontologies such trivial subclasses of owl:Thing seem to be missing.
The text was updated successfully, but these errors were encountered:
I did a few smaller tests with the latest available version (7e44666) of Sequoia (to be more precise, by using the OWL API 4.5.x and the fat-jar obtained by compiling/assembling the reasoner-owl-api sub-project with sbt) and it seems that Sequoia is not always outputting all subsumptions/classes. For example, with the following code
and the attached study_protocol-A.owl.xml ontology, I get the following output for Sequoia:
In contrast, if I use HermiT instead of Sequoia, then I get the following output:
The missing classes are also not returned if I request all indirect subclasses of owl:Thing. For most ontologies, I get the same results as with other reasoners, but for a few ontologies such trivial subclasses of owl:Thing seem to be missing.
The text was updated successfully, but these errors were encountered: