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

矛盾屬性 (contraryAttribute)

A contraryAttribute is a set of Attributes such that something can not simultaneously have more than one of these Attributes. For example, (contraryAttribute Pliable Rigid) means that nothing can be both Pliable and Rigid.

Ontology

SUMO / STRUCTURAL-ONTOLOGY

Class(es)

種類
is instance of
  可繼承關係  
is instance of
  述詞  
is instance of
變異元數關係
is instance of

is instance of
  矛盾屬性  

Coordinate term(s)

指定函數  最大公約數函數  最小公倍數函數  序列函數  無交集分解  無交集關係  窮盡的屬性  窮盡的分解  成立  分割 

Axioms (22)

(=>
      (contraryAttribute @ROW)
      (=>
            (inList
                  ?ELEMENT
                  (ListFn @ROW))
            (instance ?ELEMENT Attribute)))

(=>
      (contraryAttribute @ROW)
      (forall
            (?ATTR1 ?ATTR2)
            (=>
                  (and
                        (equal
                              ?ATTR1
                              (ListOrderFn
                                    (ListFn @ROW)
                                    ?NUMBER1))
                        (equal
                              ?ATTR2
                              (ListOrderFn
                                    (ListFn @ROW)
                                    ?NUMBER2))
                        (not
                              (equal ?NUMBER1 ?NUMBER2)))
                  (=>
                        (property ?OBJ ?ATTR1)
                        (not
                              (property ?OBJ ?ATTR2))))))

If obj1obj2attr1 and 對立於 ? and attr1 是 "()" 的 一 成員 and attr2 是 "()" 的 一 成員 and attr1 等於 attr2, then obj1obj2 是 not attr2.
(=>
      (and
            (orientation ?OBJ1 ?OBJ2 ?ATTR1)
            (contraryAttribute @ROW)
            (inList
                  ?ATTR1
                  (ListFn @ROW))
            (inList
                  ?ATTR2
                  (ListFn @ROW))
            (not
                  (equal ?ATTR1 ?ATTR2)))
      (not
            (orientation ?OBJ1 ?OBJ2 ?ATTR2)))

假的 對立於 真的.
(contraryAttribute False True)

可能的 對立於 不太可能的.
(contraryAttribute Likely Unlikely)

北方 對立於 南方.
(contraryAttribute North South East West)

水平線 對立於 垂直的.
(contraryAttribute Horizontal Vertical)

在...之上 對立於 在...之下.
(contraryAttribute Above Below)

右邊 對立於 左邊.
(contraryAttribute Right Left)

單方承諾 對立於 契約.
(contraryAttribute NakedPromise Contract)

固體的 對立於 液體的.
(contraryAttribute Solid Liquid Gas)

未被光照的 對立於 被光照的.
(contraryAttribute Unilluminated Illuminated)

多彩的 對立於 單色的.
(contraryAttribute Polychromatic Monochromatic)

不易彎曲的 對立於 可變形的.
(contraryAttribute Rigid Pliable)

乾的 對立於 潮濕.
(contraryAttribute Dry Damp)

不易碎的 對立於 易碎的.
(contraryAttribute Unbreakable Fragile)

對立於 活的.
(contraryAttribute Dead Living)

雄性 對立於 雌性.
(contraryAttribute Male Female)

未完全形成的 對立於 完全形成的.
(contraryAttribute NonFullyFormed FullyFormed)

胚胎的 對立於 幼體的.
(contraryAttribute Embryonic Larval)

沉睡 對立於 無意識.
(contraryAttribute Asleep Unconscious Awake)

無意識 對立於 清醒.
(contraryAttribute Unconscious Awake)