側面 (side)
(side side object) means that side is a side of the object,
as opposed to the top or bottom.
Ontology
SUMO / MEREOTOPOLOGYSuperrelation(s)
Type restrictions
side(自身連續物體, 自身連續物體)
Related WordNet synsets
- side(a)
- located on a side; "side fences"; "the side porch"
See more related synsets on a separate page.
Axioms (2)
If object 的 側面 是 side and part 是 object 的 部分) and part 與 side 相連, then there exists direct so that side 對 part 是 direct.
(=>
(and
(side ?SIDE ?OBJECT)
(part ?PART ?OBJECT)
(not
(connected ?PART ?SIDE)))
(exists
(?DIRECT)
(orientation ?SIDE ?PART ?DIRECT)))
object 的 寬度 是 width if and only if there exist side1,side2 so that object 的 側面 是 side1 and object 的 側面 是 side2 and side1 和 side2 之間 距離 是 width.
(<=>
(width ?OBJECT ?WIDTH)
(exists
(?SIDE1 ?SIDE2)
(and
(side ?SIDE1 ?OBJECT)
(side ?SIDE2 ?OBJECT)
(distance ?SIDE1 ?SIDE2 ?WIDTH))))