成對獨立類 (PairwiseDisjointClass)
A SetOrClass of Classes is a
PairwiseDisjointClass just in case every instance of the SetOrClass
is either equal to or disjoint from every other instance of the
SetOrClass.
Ontology
SUMO / SET/CLASS-THEORYSuperclass(es)
Coordinate term(s)
種類
互斥類
集合
Axioms (1)
- if superclass 是 成對獨立類 的 實例,
- then for all class1,class2 holds: if class1 是 superclass 的 實例 and class2 是 superclass 的 實例, then class1 等於 class2 or class1 無交集 於 class2
.
(=>
(instance ?SUPERCLASS PairwiseDisjointClass)
(forall
(?CLASS1 ?CLASS2)
(=>
(and
(instance ?CLASS1 ?SUPERCLASS)
(instance ?CLASS2 ?SUPERCLASS))
(or
(equal ?CLASS1 ?CLASS2)
(disjoint ?CLASS1 ?CLASS2)))))