Different layers, different lifespans
Same vocabulary, different layers
| Artefact | Question it answers | Lifetime | Reused across systems? |
|---|---|---|---|
| Data model | How is one app's data shaped? | App-bound | No |
| Database schema | How are tables / docs structured? | DB-bound | Rarely |
| Conceptual model (ER/UML) | What entities exist in this problem? | Project-bound | Sometimes |
| Ontology | What entities exist in this domain, with formal semantics? | Domain-bound | Yes |
The killer feature of an ontology is the bottom-right cell: reused across systems because the semantics travel with the model, not with the storage.