我目前正在尝试通过 Rete 算法实现 OWL2 RL。我遇到了以下问题:如何实现此规则中所需的列表: eq-diff2 (W3C 推荐)?
谢谢。
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.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
我已经开发了这个解决方案。
因为这些元素很容易被识别。
在最后一个节点中放置一个操作:
执行最终操作后可能会删除整个“动态”分支。
I have developed this solution.
because the elements can be easily identified.
Put an action in the last node:
It is probably possible to remove the whole "dynamic" branch after the final action is performed.