自身連續物體 (SelfConnectedObject)
A SelfConnectedObject is any
Object that does not consist of two or more disconnected parts.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
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"
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 等於 "part1 和 part2 的 聯集", then part1 與 part2 相連.
(<=>
(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)))