Closed amin101 closed 2 years ago
This is strange because there is a test case in https://github.com/Galigator/openllet/blob/2.6.3/module-owlapi/src/test/java/openllet/pellet/owlapi/test/TestBasic.java#L506 for the lessThan swrlb predicat. Could you give more detail about your ontology ? A sub-ontology that just throw the exception could be nice.
This error was due to the definition of a object property of the same name with data property.removing the object property and modifying swrl rule resolved the issue
I am using openllet 2.6.3 and owlapi 5.1.19 . have some swrl rules created by protege :
Patient(?patient) ^ Has_EDSS(?patient, ?edss) ^ swrlb:lessThan(?edss, 7777) ->Should_be_used(?patient,:_Treadmill_walking)
but i get error:
also I open the question in stackoverflow