[Pellet-users] pellet + swrl == low performance??

Michael Smith msmith at clarkparsia.com
Fri Jun 20 11:27:33 UTC 2008


On Fri, 2008-06-20 at 10:39 +0000, izan wrote:

> I'm a newbie working with Pellet and I'm having some issues. I use it
> from Eclipse via the OWL-API. I've got this program which dinamically
> creates some individuals (around 15) in my ontology. It takes about 8
> seconds to run the program. However, if I add a single SWRL rule
> (which has nothing to do with those individuals and therefore is not
> fired) it takes more than a minute :(. 
> Any suggestion? (I need to add about 12 rules)

Please try adding

PelletOptions.USE_CONTINUOUS_RULES = true

as part of your program initialization.

That will be the default setting in the next release and improves
performance for most ontologies with rules.
-- 
Mike Smith

Clark & Parsia



More information about the Pellet-users mailing list