below (Below)
This PositionalAttribute is derived from the
up/down schema and may or may not involve contact. Note that this means
directly below, i.e., if one object is Below another object, then the
projections of the two objects overlap.
Ontology
SUMO / QUALITIESClass(es)
Coordinate term(s)
above
adjacent
horizontal
left
near
on
right
vertical
Related WordNet synsets
- underlying
- located beneath or below
- below
- at a later place; "see below"
- underneath
- under or below an object or a surface; "we could see the original painting underneath"
See more related synsets on a separate page.
Axioms (5)
Agar depth(obj1,obj2,depth) ke lie hai, ki, to obj1 is below to obj2.
(=>
(depth ?OBJ1 ?OBJ2 ?DEPTH)
(orientation ?OBJ1 ?OBJ2 Below))
Agar the top of object is top aur part is a part of object aur part is not connected to top, to part is below to top.
(=>
(and
(top ?TOP ?OBJECT)
(part ?PART ?OBJECT)
(not
(connected ?PART ?TOP)))
(orientation ?PART ?TOP Below))
above is opposed to below.
(contraryAttribute Above Below)
obj1 is above to obj2 agar hai obj2 is below to obj1.
(<=>
(orientation ?OBJ1 ?OBJ2 Above)
(orientation ?OBJ2 ?OBJ1 Below))
Agar obj1 is below to obj2, to obj2 is on to obj1 yaa obj2 is above to obj1.
(=>
(orientation ?OBJ1 ?OBJ2 Below)
(or
(orientation ?OBJ2 ?OBJ1 On)
(orientation ?OBJ2 ?OBJ1 Above)))