How do owl and rdfs property domain range work?

ε祈祈猫儿з 提交于 2019-12-07 02:34:26

As said in the comments, you misunderstood the semantics of domain and range.

P rdfs:domain D
P rdfs:range R

mean that if a statement s P o holds, then (with a reasoner running), it could be inferred that s rdf:type D and o rdf:type R.

Domain and range are never restrictions on the the property. That has to be clear.

To understand how things work, check for examplem OWL direct semantics for object properties here.

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