-
Notifications
You must be signed in to change notification settings - Fork 76
SUO‐KIF Spatial Representations (directions, orientation, relations between parts)
epachamo edited this page Feb 25, 2025
·
3 revisions
SUO-KIF Examples for the Beginner
PositionalAttribute is a good starting point for understanding spatial information
DirectionalAttribute
North
South
...
SymmetricPositionalAttribute
Adjacent
Near
AntiSymmetricPositionalAttribute
Above
Below
Left
Right
On
RotationalAttribute
Clockwise
CounterClockwise
absoluteHeight
typicalPart
typicallyContainsPart
initialPart
FrontFn
BackFn
part
...
partlyLocated
located
headquartersOfOrganization
onboard
postNeighborhood
...
GeometricFigure
GeometricPoint
OneDimensionalFigure
StraightLine
TwoDimensionalFigure
OpenTwoDimensionalFigure
TwoDimensionalAngle
ClosedTwoDimensionalFigure
Polygon
ThreeDimensionalFigure
Cone
Sphere
HemisphereFigure
(exists (?MAN ?SKULL ?ARROW)
(and
(instance ?MAN Man)
(instance ?SKULL Skull)
(instance ?ARROW ArrowProjectile)
(part ?SKULL ?MAN)
(penetrates ?ARROW ?SKULL)))
(exists (?R1 ?R2 ?C ?J)
(and
(instance ?R1 Road)
(instance ?R2 Road)
(not (equal ?R1 ?R2)
(instance ?J TransitwayJunction)
(connects ?J ?R1 ?R2)
(instance ?C City)
(names "Albaquerque" ?C)
(located ?J ?C)))
- Holes and Other Superficialities - (Casati & Varzi, 1994)
- RCC-5 and RC-8 theroies (Randell, Cui & Cohn, 1992)
- The 'Egg-Yolk' Representation of Regions with Intedeterminite Boundaries (Cohn & Gotts, 1995)