Data Entity asset type

Data Entity assets are in the logical data layer and correspond to Data Domain assets in the conceptual data layer. You can think of Data Entity assets as system-specific implementations of Data Domain assets.

Example 

In the conceptual layer, multiple domains use the data concept Address, such as Employee, Event, and Customer.
In the logical layer, this is represented by the data attribute Address, which is used in several data entities, such as Customer Address, Event Address and Employee Address.

Key relation types

Data Entity assets are:

Related to...

Via the relation type...

Description

Data Model assets Data Entity is part of / contains Data Model

One-to-many relation, whereby:

  • A Data Entity asset can be part of or contained in only one Data Model asset.
  • A Data Model asset can contain multiple Data Entity assets.
Data Domain assets Data Domain (Business Dimension) classifies / is classified by Data Entity (Asset)

Many-to-many relation, whereby:

  • A Data Domain asset can classify many Data Entity assets.
  • A Data Entity asset can be classified by many Data Domain assets.
Data Attribute assets Data Entity contains / is part of Data Attribute

One-to-many relation, whereby:

  • A Data Entity asset can contain many Data Attribute assets.
  • A Data Attribute asset can be part of or contained in only one Data Entity asset.