Close World Assumption in Protégé

限于喜欢 提交于 2019-12-11 10:07:48

问题


Is it possible to force reasoning over an OWL ontology basing on a close world assumption (CWA) in Protégé? Obviously OWL bases on OWA, but I need to close it.


回答1:


To reason using close world assumption without changing your ontology you need a reasoner that supports that feature. Pellet has an option to use closed world assumption, you will have to check Protégé's settings to make sure it is configurable though.

I'm not aware of other reasoners providing it.

If you cannot use Pellet, you'll have to follow Joshua's suggestion in the comments: modify the ontology to close the world with the right assertions. We can't recommend anything to do that without seeing the ontology, though.



来源:https://stackoverflow.com/questions/33762628/close-world-assumption-in-prot%c3%a9g%c3%a9

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!