protegeproject / swrlapi

Java API for working with the SWRL rule and SQWRL query languages
Other
99 stars 40 forks source link

Running the rule having ExtensionsBuiltInLibrary doesnot show inference in protege editor #68

Closed ramshaamin closed 4 years ago

ramshaamin commented 4 years ago

I have run the example mentioned in the link using swrl API. https://github.com/protegeproject/swrlapi/wiki/ExtensionsBuiltInLibrary It shows the result when I simply run it in protege SWRL Tab but when I load the mentioned rule using SWRL api to the protege editor it load easily but when i run ruleengine infer() my protege editor does not show anything it turns empty (all my classes, individuals disappear) I am using Latest version of protege 5.5.0 and swrl api version 2.0.8. Plz help!