Tagged Questions
2
votes
1answer
61 views
OWL2 RL via RETE algorithm
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.