The 4 Core Principles
#1: Entities are singular nouns
Not “Customers” but “Customer”; not “Condition Monitoring” but “Condition Measurement”
#2: Entities exist in the real world business
People, places, events, physical objects – not database tables, reports, or files
#3: Entities are countable
Always ask, “can I say I have x number of these?” and avoid abstractions like “Staff” or “Analytics”
#4: Attributes are not entities
“Customer name” is not an entity: it tells you something about the Customer, so it’s an attribute for that