方向 (direction)
(direction proc attr) means that the
Process proc is moving in the direction attr. For example, one
would use this Predicate to represent the fact that Max is moving
North.
Ontology
SUMO / QUALITIESClass(es)
Coordinate term(s)
施事者
終點
經驗者
起源
路徑
受事者
Type restrictions
direction(歷程, 方向屬性)
Related WordNet synsets
See more related synsets on a separate page.
Axioms (1)
- if 實體 在 歷程 proc 正移動 attr1 timea(之中) time,
- then for all attr2 holds: if 實體 在 歷程 proc 正移動 attr2 timea(之中) time, then attr2 等於 attr1
.
(=>
(holdsDuring
?TIME
(direction ?PROC ?ATTR1))
(forall
(?ATTR2)
(=>
(holdsDuring
?TIME
(direction ?PROC ?ATTR2))
(equal ?ATTR2 ?ATTR1))))