可繼承關係 (InheritableRelation)
This is a Class of Classes. Each
instance of InheritableRelation is a subclass of Relation whose
properties can be inherited downward in the class hierarchy via the
subrelation Predicate.
Ontology
SUMO / BASE-ONTOLOGYClass(es)
Instance(s)
單值關係
二元關係
格位角色
或然率關係
空間關係
時間關係
意圖關係
命題態度
受事導向(歷程)
三元關係
四元關係
五元關係
述詞
函數
一元函數
二元函數
三元函數
四元函數
二元述詞
三元述詞
四元述詞
五元述詞
與量關係
Axioms (1)
If pred1 是 pred2 的 次關係 and pred2 是 class 的 實例 and class 是 可繼承關係 的 實例, then pred1 是 class 的 實例.
(=>
(and
(subrelation ?PRED1 ?PRED2)
(instance ?PRED2 ?CLASS)
(instance ?CLASS InheritableRelation))
(instance ?PRED1 ?CLASS))