> [!tldr] Data usually represent *projections* of reality.
When it comes to [[Relational Databases]], things are either [[Facts vs Dimensions|"Facts" or "Dimensions"]]. This naming scheme is truly appropriate.
Facts are thing that we take to be true, dimensions give them context. This, by the way, ties into the [[Data, Information, Knowledge, Wisdom Pyramid]].
### Aaron's fitness:
- Facts:
- workout name
- workout duration
- [[RPE|Rate of Perceived Exertion]]
- Dimensions:
- workout type
- workout timestamp
We can see data about a *workout*, or rolls them up to aggregate all the workouts across a given day or week. Neither of those [[Model-View Separation|views]] are the totality of Aaron's fitness. They are both projections. They are even insanely *shallow* projections if you consider all the [[Facets of Fitness]] and [[Health is Vague|health]].
## The web & graphs
Interestingly (to me, at least) - the [[Semantic Web]] and [[Graph]]s can get you a lot closer to "the whole" of a thing than traditional data approaches.
****
# More
## Source
- self