# Spatial Cognition
Spatial cognition is made of up three components: Object orientation, [[Memory, spatial|spatial memory]], and [[Spatial orientation]].[^1]
```mermaid
graph LR
%% Top Node
id1(Spatial cognition)
%% Object orientation
id2(Object orientation)
id2.1(Mental rotation)
id2.2(Position relative to the body)
%% Spatial memory
id3(Memory, Spatial)
id3.1(Location of objects)
id3.2(Orientation to array)
id3.3(Spatial scene)
%% Spatial orientation
id4(Spatial orientation)
id4.1(Wayfinding)
id4.2(Navigation)
id4.3(Topographical orientation)
id4.4(Sense of direction)
id1 --> id2 & id3 & id4
id2 --> id2.1 & id2.2
id3 --> id3.1 & id3.2 & id3.3
id4 --> id4.1 & id4.2 & id4.3 & id4.4
class id3 internal-link;
class id4,id4.1,id4.2 internal-link;
```
> [!cite]- Reference
> ```dataview
> TABLE WITHOUT ID
> link(file.path, title) AS "Title",
> type AS "Type",
> keywords AS "Keywords"
> FROM "50 Reference"
> WHERE contains(keywords, this.file.link)
> SORT type, title asc
> ```
[^1]: [[jacobs2003MemorySpatial|Jacobs, L. F. (2003). Memory, Spatial.]]