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 use Pellet owlapi version 3 and i would like to check if OWLObjectPropertyExpression between two classes exists. For example I have three different classes IC, study and organization where there are these restrictions:
IC SubclassOf
belongs to only organization
part of only study
With owlapi code I check if an OWLObjectPropertyExpressions array are validated or not.
The code is following:
Where 'a' in this case is IC class and 'b' is study or organization class. The reasoner in all cases returns always satisfied. Why? Is there another way to check the axioms for one class?
Thanks for the answer.
The text was updated successfully, but these errors were encountered:
I use Pellet owlapi version 3 and i would like to check if OWLObjectPropertyExpression between two classes exists. For example I have three different classes IC, study and organization where there are these restrictions:
belongs to only organization
part of only study
With owlapi code I check if an OWLObjectPropertyExpressions array are validated or not.
The code is following:
Where 'a' in this case is IC class and 'b' is study or organization class. The reasoner in all cases returns always satisfied. Why? Is there another way to check the axioms for one class?
Thanks for the answer.
The text was updated successfully, but these errors were encountered: