物體 (Object)
Corresponds roughly to the class of ordinary
objects. Examples include normal physical objects, geographical regions,
and locations of Processes, the complement of Objects in the Physical
class. In a 4D ontology, an Object is something whose spatiotemporal
extent is thought of as dividing into spatial parts roughly parallel to the
time-axis.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Subclass(es)
自身連續物體
區域
群集
施事者
Coordinate term(s)
歷程
Constrains relations
部分整體差異函數
部分整體交集函數
部分整體加總函數
主體函數
表皮函數
屬性
介於
能力
相連的
複製
利用
面對
填充
居住
工具
大於
位於
測量
貨幣價值
需要
注意到
相對方位
起源
部分
部分填充
部分位於
擁有
適當填充
資源
結果
小於
橫越
使用
想要
Related WordNet synsets
- substance, matter
- that which has mass and occupies space; "an atom is the smallest indivisible unit of matter"
- universe, cosmos
- the whole collection of existing things
- universe, existence, nature, creation, world, cosmos, macrocosm
- everything that exists anywhere; "they study the evolution of the universe"; "the biggest tree in existence"
- physical, tangible, touchable
- having substance or material existence; perceptible to the senses; "a physical manifestation"; "surrounded by tangible objects"
- material
- derived from or composed of matter; "the material universe"
- physical
- concerned with material things; "physical properties"; "the physical characteristics of the earth"; "the physical size of a computer"
- corporeal, material
- having material or physical form or substance; "that which is created is of necessity corporeal and visible and tangible" - Benjamin Jowett
See more related synsets on a separate page.
Axioms (3)
物質的 完全 分割成 物體,歷程.
(partition Physical Object Process)
- if obj 是 物體 的 實例,
- then there exist 時點 time1,時點 time2 so that time1 (沒) 發生?{s} 在 time2 之前 and for all time holds: if time1 (沒) 發生?{s} 在 time 或 之前 and time (沒) 發生?{s} 在 time2 或 之前, then obj (不) 存在s time 期間
.
(=>
(instance ?OBJ Object)
(exists
(?TIME1 ?TIME2)
(and
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint)
(before ?TIME1 ?TIME2)
(forall
(?TIME)
(=>
(and
(beforeOrEqual ?TIME1 ?TIME)
(beforeOrEqual ?TIME ?TIME2))
(time ?OBJ ?TIME))))))
If obj 是 物體 的 實例, then 單色的 是 obj 的 屬性 or 多彩的 是 obj 的 屬性.
(=>
(instance ?OBJ Object)
(or
(attribute ?OBJ Monochromatic)
(attribute ?OBJ Polychromatic)))