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
However, DL queries that contain chain properties did not work well when using Openllet reasoner.
I run the DL query: "Pest and affects value Brinjal" where Pest is a class, affects is a chain property and Brinjal is an individual of Crop class.
The query is successfully run when using the Hermit reasoner with the java code. Also, I run the same query using Protege with Pellet 2.2.0 reasoner. It also worked.
However, when I run the same query with Openllet reasoner, it returns answers none.
I much prefer to use Openllet as it gives the answers in less time than HermiT
The text was updated successfully, but these errors were encountered:
Hi
I write a program to run DL queries similar to the example given in https://github.com/phillord/owl-api/blob/master/contract/src/test/java/org/coode/owlapi/examples/DLQueryExample.java to run
However, DL queries that contain chain properties did not work well when using Openllet reasoner.
I run the DL query: "Pest and affects value Brinjal" where Pest is a class, affects is a chain property and Brinjal is an individual of Crop class.
The query is successfully run when using the Hermit reasoner with the java code. Also, I run the same query using Protege with Pellet 2.2.0 reasoner. It also worked.
However, when I run the same query with Openllet reasoner, it returns answers none.
I much prefer to use Openllet as it gives the answers in less time than HermiT
The text was updated successfully, but these errors were encountered: