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.
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.