Web of interconnected objects incorporating both behavior and data
A domain model is a rich object, often called an Aggregate in Domain-Driven Design, usually composed of multiple nested objects, connected as an indivisible whole.
The Domain Model contains every operation related to these sub-objects and acts as a Facade. Every operation must go through the Domain Model.