About the Guided Stewardship operating model and data layers

Guided Stewardship offers the Guided Stewardship operating model, an out-of-the-box operating model to define the structure of the information in Collibra. The full operating model consists of 3 layers, representing the different structural data layers in typical organizations:

  • The physical layer represents the actual storage-level structure of the data as they exist in the source systems. The physical layer consists of assets such as Schema, Table, and Column assets.
  • The semantic layer, also referred to as the logical data layer, provides a business-centric view of data. The semantic layer consists of assets such as Data Model, Data Entity, and Data Attribute assets, which act as a bridge between the raw physical assets and the Knowledge Graph's business assets, such as Business Term, KPI, and Data Category assets.
  • The conceptual layer defines the enterprise blueprint for data, focusing on broad, system-independent Data Domains and Data Concepts. It provides a standardized way to understand data and serves as the foundation for organization-wide governance.

The Guided Stewardship operating model specifically includes the semantic layer and conceptual layer asset types, such as Data Attribute, Data Entity, Data Model, Data Concept, and Data Domain. The physical data layer asset types, Schema, Table, and Column, are available with Data Catalog.
Database and System assets are Technology assets that represent the highest level over physical data and logical data organization.

Tip The definition of all 3 layers is very useful for larger organizations that have data governance experience. For other organizations, defining the physical layer and the semantic layer can be a good starting point. If the full Guided Stewardship operating model is too complex for your organization, we advise to skip the conceptual layer because the semantic layer provides better out-of-the-box features and relation possibilities to the physical layer.

The following image shows all relevant asset types, per layer, and the relationships that bind them together in Collibra.

Image of the various layers in the guided stewardship operating model

About the physical layer

The physical layer represents the actual data in an organization's systems. It consists of the following asset types: Database, Schema, Table, and Column.

  • The Schema, Table, and Column asset types are available with Data Catalog.
    The Schema, Table and Column assets are almost never created manually. They are mostly automatically created via the Data Catalog registration processes.
  • Although the Database asset type is a Technology asset, it is considered part of the physical layer.

Image of a diagram view of the physical layer showing the Schema, Table, and Column assets and their relations

Schema asset type

A Schema is the highest level of physical structure in a Database. It defines, in a formal language, the structure of the tables and columns in the database. Schema assets are part of the physical layer. Schema assets are related to Database assets and Table assets as follows:

Schema assets are related to...

Via the relation type...

Description

Database assets Database has / belongs to Schema

One-to-many relation, whereby:

  • A Database asset can have many Schema assets.
  • A Schema asset can belong to only one Database asset.
Table assets Schema contains / is part of Table

One-to-many relation, whereby:

  • A Schema asset can contain many Table assets.
  • A Table asset can be part of only one Schema asset.

Table asset type

Table assets represent the physical tables in a data environment. Table assets are part of the physical layer. Table assets are related to the Schema assets and Column assets as follows:

Table assets are related to...

Via the relation type...

Description

Schema assets Table is part of / contains Schema

One-to-many relation, whereby:

  • A Table asset can be a part of only one Schema asset.
  • A Schema asset can contain many Table assets.
Column assets Table contains / is part of Column

One-to-many relation, whereby:

  • A Table asset can contain many Column assets.
  • A Column asset can be a part of only one Table asset.

Column asset type

Column assets represent the physical columns in a data environment. It is the lowest level of definition in the physical layer. Column assets are related to Table and Data Attribute assets as follows:

Column assets are related to...

Via the relation type...

Description

Table assets Column is part of / contains Table

One-to-many relation, whereby:

  • A Column asset can be a part of only one Table asset.
  • A Table asset can contain many Column assets.
Data Attribute assets Data Attribute represents / represented by Column

One-to-many relation, whereby:

  • A Data Attribute asset can represent many Column assets.
  • A Column asset can be represented by only one Data Attribute asset.

About the semantic layer

A semantic layer makes it easier for business users to understand the meaning and context of data. The main building blocks of the semantic layer, Data Entity and Data Attributes assets, act as a bridge between physical data assets, such as databases or files, and business assets in the Collibra Knowledge Graph, including business terms, KPIs, and data categories.

  • The Data Entity and Data Attribute asset types are available with Guided Stewardship.
  • Although the System asset type is a Technology asset, it is considered part of the semantic layer. Including a System asset is not mandatory in the Guided Stewardship operating model.

The semantic layer is a tree-like structure, starting with high-level System and Data Model assets, and branching out with implementation-specific Data Entity and Data Attribute assets.

Image with an example of a complete diagram view showing the Data model, Data entity, and Data attribute assets, and their assets and relations

Semantic layer asset types

Image of a diagram view of the semantic layer showing the Data model, Data entity, and Data attribute assets and their relations

Data Model asset type

The Data Model asset is the highest level of organizational structure in the semantic layer, and defines the specific structure of data in a System. Data Model assets are related to System and Data Entity assets as follows:

Data Model assets are related to...

Via the relation type...

Description

System assets System implements / is implemented in Data Model

One-to-one relation, whereby:

  • A System asset can implement only one Data Model asset.
  • A Data Model asset can be implemented in only one System asset.
Note The one-to-one nature of this relationship is what makes Data Models – and, therefore, the entire logical data layer – context-dependent, as opposed to the context-independent conceptual data layer.
Data Entity assets Data Model contains / is contained in Data Entity

One-to-many relation, whereby:

  • A Data Model asset can contain many Data Entity assets.
  • A Data Entity asset can be contained in only one Data Model asset.

Data Entity asset type

A Data Entity represents a real-world object of interest to the business, such as Customer, Employee, or Product. It acts as the abstraction of items in a physical layer and groups a set of related Data Attributes, such as Customer Name and Customer email, to provide a complete definition of that entity.
The Data Entity assets are related to Data Model, Data Domain, and Data Attribute assets as follows:

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 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.
Data Domain assets

Business Dimension classifies / is classified by Asset

Image of diagram configuration for the Data Entity to Data Domain relation

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.

For other out-of-the-box relations, go to Out-of-the-box relation types.

Data Attribute asset type

A Data Attribute is a specific characteristic or property of a Data Entity that represents a single piece of information, such as Email Address, Order Status, or Unit Price. It serves as an abstraction for columns in the physical layer and provides a clear business name and definition. As such, it is a bridge between the physical layer and governance assets.
The Data Attribute assets are related to Data Entity and Data Concept assets as follows:

Data Attribute assets are related to...

Via the relation type...

Description

Data Entity 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 contained by only one Data Entity asset.
Data Concept assets Data Concept classifies / is classified by Data Attribute

One-to-many relation, whereby:

  • A Data Concept asset can classify many Data Attribute assets.
  • A Data Attribute asset can be classified by only one Data Concept asset.
KPI assets

Measure is calculated using / is used to calculate by Data Element

Image of diagram configuration for the KPI to Data Data Attribute relation

 
Business Term assets

Business asset represents / is represented by Data asset

Image of diagram configuration for the Business Term to Data Attribute relation

 

For other out-of-the-box relations, go to Out-of-the-box relation types.

Tip Collibra offers several feature to help you create the semantic layer. For information, go to About the Semantic Layer submenu in Stewardship

About the conceptual layer

The conceptual layer is the highest level of organization in the Guided Stewardship operating model. It represents the overarching, context-independent data structures within an organization’s data landscape. It is where you can define concepts, such as Customer and Product, and their component fields, without direct reference to system-specific implementations.

The conceptual layer is closely related to the semantic layer. The main difference between them is that the conceptual layer is context-independent, whereas the semantic layer describes the structure in an individual System. The definition of the conceptual layer can be very useful for larger organizations that have data governance experience. For other organizations, defining the physical layer and the semantic layer can be a good starting point. If the full Guided Stewardship operating model is too complex for your organization, we advise to focus on the semantic layer because the semantic layer provides better out-of-the-box features and relation possibilities to the physical layer.

The organization of the conceptual layer is based on many-to-many relationships, which makes the conceptual layer more concise and flexible than tree-like arrangements that rely strictly on one-to-one and one-to-many relationships.

In the following example, 3 Lines of Business assets group both the Customer and Product data domains. Each Data Domain groups several Data Concepts. In this case, both Data Domains group the Name and ID Number Data Concepts. This is possible because Name and ID Number, as Data Concept assets, represent the concepts abstractly, not as specific implementations. A Customer can have a Name and a Product can have a Name, but you need only one Data Concept asset to represent the idea of “name”.

Image illustrating the many-to-many relations in the conceptual layer

In this next example, the Data Attribute Address is used in several Data Entities, such as Customer Address, Event Address and Employee Address.

Image of a full example of a diagram view for Data Concept 'Address' and its related assets and relation to other assets in the semantic and conceptual layer

Conceptual layer asset types

Image of a diagram view of the conceptual layer showing the Line of business, Data domain, and Data concept assets and their relations

Line of Business asset type

The Line of Business asset type is the highest level of abstraction in the conceptual layer. Also known as business unit or business area, it represents a specific area of business in an organization.

Example Finance, Sales, Retail, Investment Management

Line of Business assets are related to Data Domain assets as follows:

Line of business assets are related to...

Via the relation type...

Description

Data Domain assets

Business Asset groups / is grouped by Business Asset

Image of diagram configuration for the Line of Business to Data Domain relation

Many-to-many relation, whereby:

  • A Line of Business asset can group many Data Domain assets.
  • A Data Domain asset can be grouped by many Line of Business assets.

Data Domain asset type

Data domains, also known as data categories or subject areas, are high-level, theoretical representations of your data in the conceptual layer. They represent the structure of concepts in data environments and contain all the different nuances of corresponding business terms.

Example Customer, Employee, User, Order, Product

Data Domain assets are related to Line of Business assets, Data Concept, and other Data Domain as follows:

Data Domain assets are related to...

Via the relation type...

Description

Line of Business assets

Business Asset groups / is grouped by Business Asset

Image of diagram configuration for the Line of Business to Data Domain relation

Many-to-many relation, whereby:

  • A Line of Business asset can group many Data Domain assets.
  • A Data Domain asset can be grouped by many Line of Business assets.
Data Concept assets

Business Asset groups / is grouped by Business Asset

Image of diagram configuration for the Data Domain to Data Concept relation

Many-to-many relation, whereby:

  • A Data Domain asset can group many Data Concept assets.
  • A Data Concept asset can be grouped by many Data Domain assets.

Other Data Domain assets

Data Domain has subtype / is subtype of Data Domain

One-to-many relation, whereby:

  • A Data Domain asset can have many subtype Data Domain assets.
  • A Data Domain asset can be the subtype of only one Data Domain asset.

Data Concept asset type

A Data Concept asset is a high-level theoretical representation of your data and describes one aspect of one or more data domains.

Example Address, Name, ID number, Phone number, Price, Year

Data Concept assets represent the most common concepts that are used to organize database content.
They are the most granular level of context-independent structure users can establish within the conceptual layer. Data Concept assets are comparable to columns in the physical layer and Data Entity assets in the semantic layer.

Data Concept assets are related to Data Domain, other Data Concept, and Data Attribute assets.

Data Concept assets are related to...

Via the relation type...

Description

Data Domain assets

Business Asset groups / grouped by Business Asset

Image of diagram configuration for the Data Domain to Data Concept relation

Many-to-many relation, whereby:

  • A Data Concept asset can be grouped by many Data Domain assets.
  • A Data Domain asset can group many Data Concept assets.

Other Data Concept assets

Business Asset groups / grouped by Business Asset

Image of diagram configuration for the Data Concept to Data Concept relation

Many-to-many relation, whereby:

  • A Data Concept asset can group, and be grouped by, many Data Concept assets.
Data Attribute assets

Data Concept classifies / is classified by Data Attribute

Many-to-one relation, whereby:

  • A Data Concept asset can classify many Data Attribute assets.
  • A Data Attribute asset can be classified by only one Data Concept asset.

Technology assets in the Guided Stewardship operating model

The following Technology assets are considered part of the Guided Stewardship operating system:

  • System, which is part of the semantic layer.
  • Database, which is part of the physical layer.

Image of a diagram view of the Technology assets, System and Database, and their related assets and relations

Database asset type

Database assets represent the physical databases in your data environment. They are the highest level of physical data organization in a data environment. Database assets should have specific names, and implement specific technologies, such as PostgreSQL. Although the Database asset type is a Technology asset, it is considered part of the physical layer. Database assets are related to System and Schema assets as follows:

Database assets are related to...

Via the relation type...

Description

System assets System groups / is grouped by Database

One-to-many relation, whereby:

  • A System asset can group many Database assets.
  • A Database asset can be grouped by only one System asset.
Schema assets Database has / belongs to Schema

One-to-many relation, whereby:

  • A Database asset can have many Schema assets.
  • A Schema asset can belong to only one Database asset.

System asset type

System assets represent executable software that an organization uses to automate business functions that help run the business smoothly and efficiently. Systems can be any commercially available or privately developed software. Although the System asset type is a Technology Asset, it is considered part of the semantic layer.

Example CRM, ERP, and EDW software

System assets are related to Data Model and Database assets as follows:

System assets are related to...

Via the relation type...

Description

Data Model assets System implements / is implemented in Data Model

One-to-one relation, whereby:

  • A System asset can implement only one Data Model asset.
  • A Data Model asset can be implemented by only one System asset.
Database assets System groups / is grouped by Database

One-to-many relation, whereby:

  • A System asset can group many Database assets.
  • A Database asset can be grouped by only one System asset.

Related topics