[Pellet-users] Building SWRL dynamically & executing
Kendall Grant Clark
kendall at clarkparsia.com
Tue Jul 29 20:02:10 UTC 2008
Excerpts from Kormann, Joseph's message of Mon Jul 28 09:49:39 -0400 2008:
> Yes, I had seen that. The thing that was left unclear was if I put in a
> new rule, will it be immediately evaluated or is there a way to 'batch'
> the rules and evaluate them all at once?
No, it won't be immediately evaluated. Pellet only reclassifies when there's a
new query.
What you do to add a new rule and then reclassify is dependent on whether
yr using Jena or OWLAPI, which you didn't mention. The RulesExample.java
in the distribution is for Jena, FYI. (There's an OWLAPI example in that
distribution.)
Cheers,
Kendall
More information about the Pellet-users
mailing list