Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

可繼承關係 (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-ONTOLOGY

Class(es)

種類
is instance of
  可繼承關係  

Instance(s)

單值關係  二元關係  格位角色  或然率關係  空間關係  時間關係  意圖關係  命題態度  受事導向(歷程)  三元關係  四元關係  五元關係  述詞  函數  一元函數  二元函數  三元函數  四元函數  二元述詞  三元述詞  四元述詞  五元述詞  與量關係 

Axioms (1)

If pred1pred2次關係 and pred2class實例 and class可繼承關係實例, then pred1class實例.
(=>
      (and
            (subrelation ?PRED1 ?PRED2)
            (instance ?PRED2 ?CLASS)
            (instance ?CLASS InheritableRelation))
      (instance ?PRED1 ?CLASS))