Reputation: 4445
I am currently trying to implement OWL2 RL via Rete algorithm. I have run into the following issue: How to implement lists needed for example in this rule: eq-diff2 (W3C reccomendation)?
Thanks.
Upvotes: 3
Views: 320
Reputation: 4445
I have developed this solution.
Put an action in the last node:
It is probably possible to remove the whole "dynamic" branch after the final action is performed.
Upvotes: 0