【发布时间】:2018-07-03 12:47:59
【问题描述】:
我在带有规则集 OWL-Horst(优化)的 repo 中加载了以下语句。
@prefix : <http://example.org/owlim#> .
:Foo rdf:type owl:Class .
:Bar rdf:type owl:Class .
:Baz rdf:type owl:Class ;
rdfs:subClassOf :Bar .
如果我查看推断的陈述,我注意到对于 :Foo 类没有推断。相反,:Bar 和 :Baz 都有基本的推断语句。例如:
:Bar rdf:type rdfs:Class
:Bar rdfs:subClassOf :Bar
为什么会这样?
【问题讨论】:
标签: rdf owl semantic-web reasoning graphdb