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

自身連續物體 (SelfConnectedObject)

A SelfConnectedObject is any Object that does not consist of two or more disconnected parts.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
實體
is subclass of
  物質的  
is subclass of
  物體  
is subclass of
  自身連續物體  

Subclass(es)

物質  複雜體/非單質體  內容載體  食物 

Coordinate term(s)

施事者  群集  區域 

Constrains relations

反面函數  正面函數  底部  相連  高度    成員  側面  表面  頂端 

Related WordNet synsets

body
an individual 3-dimensional object that has mass and that is distinguishable from other objects; "heavenly body"
body is kind of (all)...   body is kind of...   kinds of body...   kinds of body (all)...  
See more related synsets on a separate page.

Axioms (5)

If obj自身連續物體實例, then "obj正面" 是 obj部分).
(=>
      (instance ?OBJ SelfConnectedObject)
      (part
            (FrontFn ?OBJ)
            ?OBJ))

If obj自身連續物體實例, then "obj反面" 是 obj部分).
(=>
      (instance ?OBJ SelfConnectedObject)
      (part
            (BackFn ?OBJ)
            ?OBJ))

群集 無交集自身連續物體.
(disjoint Collection SelfConnectedObject)

obj自身連續物體實例 if and only if for all part1,part2 holds: if obj 等於 "part1part2聯集", then part1part2 相連.
(<=>
      (instance ?OBJ SelfConnectedObject)
      (forall
            (?PART1 ?PART2)
            (=>
                  (equal
                        ?OBJ
                        (MereologicalSumFn ?PART1 ?PART2))
                  (connected ?PART1 ?PART2))))

If obj自身連續物體實例, then 可變形的obj屬性 or 不易彎曲的obj屬性.
(=>
      (instance ?OBJ SelfConnectedObject)
      (or
            (attribute ?OBJ Pliable)
            (attribute ?OBJ Rigid)))