How can I tune Pellet for ontologies with rules?
Pellet 1.5.1 and 1.5.2 include an optimization that is disabled by default, but has shown to be stable and much faster when reasoning with ontologies that include DL-Safe rules. To enable this optimization, add the following initialization.
org.mindswap.pellet.PelletOptions.USE_CONTINUOUS_RULES=true;
This setting will be the default beginning with Pellet 2.0.
