# Semantic Layer & Governance

### Overview

The Looker Explores you interact with are data models defined in the Daasity semantic layer. Each Explore brings together the tables and metrics needed for a specific type of analysis, containing Dimensions (fields such as Product Name, Customer Address) and Measures (calculations such as Dollar Revenue, Net Sales).

This layer sits on top of Daasity's Unified Schemas and Data Marts — the normalized data models that consolidate your source data into consistent, analysis-ready structures. The result is that every report built in Looker draws from the same underlying definitions, so metrics mean the same thing regardless of who built the report or which Explore they used.

***

### Unified Schemas

Daasity maintains seven Unified Schemas, each normalizing a specific domain of your data:

* [Unified Order Schema (UOS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-order-schema-uos) — order and transaction data across all sales channels
* [Unified Marketing Schema (UMS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-marketing-schema-ums) — paid marketing performance data across platforms
* [Unified Notification Schema (UNS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-notification-schema-uns) — customer messaging data across email, SMS, push, and in-app
* [Unified Traffic Schema (UTS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-traffic-schema-uts) — digital and retail traffic data across channels
* [Unified Retail Sales (URS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-retail-sales-urs) — retail POS, wholesale shipments, and inventory data
* [Unified Retail Market Schema (URMS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-retail-market-schema-urms) — syndicated retail market data for category and competitive analysis
* [Unified Subscription Schema (USS)](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-subscription-schema-uss) — subscription program data covering subscribers, churn, and repurchase behavior

For a full overview of all schemas, see the [Unified Schema Introduction](https://help.daasity.com/core-concepts/data-models/unified-schemas/unified-schema-introduction).

***

### How governance works

Daasity maintains the base metric definitions in the hub — the central set of LookML files imported into your Looker instance. These files define the Explores, dimensions, and measures that power your out-of-the-box dashboards and reports. Because they are centrally managed, Daasity can push updates and improvements to all customers without requiring manual intervention on your end.

Your spoke instance contains editable files where you can extend or override base definitions using LookML refinements — without touching the imported files directly. This separation ensures that your customizations persist across Daasity updates, and that it's always clear what is base Daasity code versus what your team has built.

For details on working within this structure, see [Advanced / Developer](https://help.daasity.com/core-concepts/bi-tools/looker/advanced-developer).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/bi-tools/looker/semantic-layer-and-governance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
