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've got the following code which receives two models, one that comes from reading instance data and another from reading an ontology data. Jena's defaul OWL reasoner works just fine like this:
I've got the following code which receives two models, one that comes from reading instance data and another from reading an ontology data. Jena's defaul OWL reasoner works just fine like this:
I'm able to perform basic inferences like:
aMan a Man
Man subClassOf Human
aMan a Human
(plus others)However, when using Openllet's reasoner I'm not able to perform even these basic inferences. What am I missing?
Just in case this was my attempt:
Concrete example:
Data:
Schema:
Query:
Running that query against the inference model from Jena's default OWL reasoner returns true while Pellet returns false
The text was updated successfully, but these errors were encountered: