- Relationships contain two nodes
- Example
- (PERSON)-[KNOWS]-(PERSON)
- The nodes are "in" a relationship, which itself has properties.
- In OO-perspective or even relational model, the entity would "know" each other with direct references or foreign keys.
- Graph types are composable!

- Formally
- Knowledge Graph: A database that stores information in nodes and relationships.
- Both nodes and relationships can have properties.
- Nodes can be given labels to group them together.
- Relationships always have a type and a direction.

