Image Schema: Recurring cognitive patterns (e.g., CONTAINER, PATH) derived from sensorimotor experience that structure human understanding of abstract concepts
ASP: Answer Set Programming—a declarative programming paradigm used for difficult combinatorial search problems
DSR: Declarative Spatial Reasoning—a framework enabling reasoning about qualitative spatial relations (e.g., left_of) via analytic geometry constraints
Clingo: A state-of-the-art solver for Answer Set Programming
SMT: Satisfiability Modulo Theories—computational logic used here to verify if spatial constraints (geometric coordinates) are satisfiable
Propagator: A solver component that connects the logical search (ASP) with specific theory constraints (Spatial/Geometric) to prune invalid solutions
Free ride: An inference drawn automatically from the structural constraints of a representation (e.g., A left of B, B left of C -> A left of C) without explicit deduction steps