以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 Semantic Web(语义Web)/描述逻辑/本体 』 (http://bbs.xml.org.cn/list.asp?boardid=2) ---- 关于owl DL的一点疑惑 (http://bbs.xml.org.cn/dispbbs.asp?boardid=2&rootid=&id=57140) |
-- 作者:qsz888_2006 -- 发布时间:12/24/2007 5:12:00 PM -- 关于owl DL的一点疑惑 在《A Semantic Web Premier》中,作者说使用owl DL必须遵循很多约束,其中有一点就是Anonymous classes are only allowed to occur as the domain and range of either owl :equivalentClass or owl:disjointWith, and as the range (but not the domain) of rdfs:subClassOf. 这是什么意思,然后作者在owl:intersectionOf举例中使用了 <owl:Class rdf:ID="facultyInCS"> <owl:intersectionOf rdf:parseType="Collection"> <owl:Class rdf:about="#faculty"/> <owl:Restriction> <owl:onProperty rdf:resource="#belongsTo"/> <owl:hasValue rdf:resource="#CSDepartment"/> </owl:Restriction> </owl:intersectionOf> </owl:Class> 这两者矛盾吗? |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
46.875ms |