我目前正在尝试通过Rete算法实现OWL2 RL。我遇到了以下问题:如何实现所需的列表,例如在此规则中: eq-diff2 (W3C reccomendation)?
谢谢。
发布于 2011-08-30 15:59:46
我已经开发了这个解决方案。
推理前的
1. Add new Rete (alpha+beta) nodes for the corresponding list (you will always know which, because it's one of the "static" rules)
2. Put corresponding WMEs into newly created alpha memories
3. Activate Beta nodes
https://stackoverflow.com/questions/7028248
复制相似问题