graph TD
subgraph "Core Elements"
A["Node <br> (A single point)"]
B["Way <br> (A line or area from nodes)"]
C["Relation <br> (A group of elements)"]
end
A -- "Forms" --> B
B -- "Can be part of" --> C
A -- "Can be part of" --> C
style A fill:#f9f,stroke:#333,stroke-width:2px
style B fill:#bbf,stroke:#333,stroke-width:2px
style C fill:#9f9,stroke:#333,stroke-width:2px




