Inference in protége

大憨熊 提交于 2020-01-06 17:58:36

问题


I'm building an ontology to find peoples' skills. I want to infer that when a person A passed a course B and course B provides skill C, then person A has skill C. Is there a way to do this in Protégé?


回答1:


Sure, you're saying that when you have:

        A →passed B →providesSkill C

you want to infer that

        A →hasSkill C

You can do that with the subproperty chain axiom:

        passed • providesSkill ⊑ hasSkill

For a more detailed example of how to add these in Protege, see the (not quite a duplicate) question: Adding statements of knowledge to an OWL Ontology in Protege).



来源:https://stackoverflow.com/questions/29852207/inference-in-prot%c3%a9ge

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