nondetbug.rules

来自「jena2.5.4推理机系统的一种最基本实现 HP实验室出品」· RULES 代码 · 共 20 行

RULES
20
字号
#------------------------------------------------------------------
# Tracking down non-deterministic bug.
#
# $Id: owl-fb.rules,v 1.45 2004/03/02 13:38:53 der Exp $
#------------------------------------------------------------------

-> table(rdf:type).

[rdfs9-alt:  (?a rdf:type ?y) <- (?a rdf:type ?x) (?x rdfs:subClassOf ?y) ] 

[distinct1: (?X owl:differentFrom ?Y) <- 
    (?C owl:disjointWith ?D), (?X rdf:type ?C), (?Y rdf:type ?D)   ]

[validationIndiv0: (?X rb:violation 'dummy1') 
				<- (?X owl:differentFrom ?Y), (?X owl:sameAs ?Y) ]
				
[validationIndiv: (?I rb:violation 'found')
				<- (?I rdf:type http://jena.hpl.hp.com/testing/reasoners/owl#A), 
				   (?I rdf:type http://jena.hpl.hp.com/testing/reasoners/owl#B)]
				

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?