seite (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(selbstverbundener Gegenstand, selbstverbundener Gegenstand)
Related WordNet synsets
- side(a)
- located on a side; "side fences"; "the side porch"
See more related synsets on a separate page.
Axioms (2)
Wenn eine seite von object ist side und part ist ein teil von object und part wird an side nicht angeschlossen, dann es gibt ein direct der side ist direct hinsichlich part .
(=>
(and
(side ?SIDE ?OBJECT)
(part ?PART ?OBJECT)
(not
(connected ?PART ?SIDE)))
(exists
(?DIRECT)
(orientation ?SIDE ?PART ?DIRECT)))
Die breite von object ist width nur wenn es gibt ein side1,side2 der eine seite von object ist side1 und eine seite von object ist side2 und der abstand zwischen side1 und side2 ist width.
(<=>
(width ?OBJECT ?WIDTH)
(exists
(?SIDE1 ?SIDE2)
(and
(side ?SIDE1 ?OBJECT)
(side ?SIDE2 ?OBJECT)
(distance ?SIDE1 ?SIDE2 ?WIDTH))))