protegeproject / swrlapi

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

temporal:duration + Pellet Reasoner #38

Closed pauloprsdesouza closed 6 years ago

pauloprsdesouza commented 6 years ago

Hello, I am passing through a problem with the built-in temporal: duration, the Pellet reasoner can not generate the inference when using built-in temporal: duration, but when I use Drools it succeeds in inferring. What can I do to make the inference using Pellet?

martinjoconnor commented 6 years ago

The SWRLAPI's custom built-in libraries can not be used by other reasoners.

All other OWL reasoners that I am aware of support only the core SWRL built-in library.