Business domains, vocabularies, golden records, and the Global Data Model
Learning outcome
Design the semantic model for a domain and validate that the resulting golden records and Global Data Model express the intended business structure.
Scenario
A new source uses its own terminology and identifiers. Before building mappings, you need a stable semantic model that downstream teams and Data Stewards can understand.
Read
Exercise
- Define the business domain represented by your training data.
- Define the vocabulary and naming conventions that should survive beyond any one source system.
- Identify the properties that are business identifiers, descriptive attributes, and relationship keys.
- Record how source-specific field names map conceptually into the shared model.
- Process a representative sample and inspect the resulting golden records.
- Open the Global Data Model and verify that the expected business domains and relationships are visible and understandable.
- Record any modeling change required before ingestion design continues.
Deliverable
A semantic-model decision record containing domain boundaries, vocabulary decisions, key properties, expected relationships, and Global Data Model validation notes.
Complete when
- The model is expressed in business terms rather than source-system terminology.
- Golden records expose the properties needed for identity and downstream use.
- The Global Data Model reflects the intended domain relationships.
Next
Continue to Build ingestion pipelines and support incremental or CDC ingestion.