Open sternk opened 10 years ago
The currently defined sublogics are given in spechub/Hets:OWL/Sublogic.hs and the provers are fact++ and pellet For EL, connect at least one of the provers described in http://www.semantic-web-journal.net/content/new-submission-comparison-reasoners-large-ontologies-owl-2-el-profile
There should be a sublogic "OWL with restrictions" (like no asymmytry and transitivity for a role simultaneously), and the provers should be attached to that sublogic (or a suitable sublogic of it).
Also add SWRL, see #1847
Add ELK Add Konclude Add Racer (optional)
@b-gehrke has the sublogic part of this issue been done?
Yes. #2058 adds the unrestrictedDL and rules flag to OWL2.Sublogic.OWLSub
unrestrictedDL
rules
OWL2.Sublogic.OWLSub
The currently defined sublogics are given in spechub/Hets:OWL/Sublogic.hs and the provers are fact++ and pellet For EL, connect at least one of the provers described in http://www.semantic-web-journal.net/content/new-submission-comparison-reasoners-large-ontologies-owl-2-el-profile
There should be a sublogic "OWL with restrictions" (like no asymmytry and transitivity for a role simultaneously), and the provers should be attached to that sublogic (or a suitable sublogic of it).