IQ Platform 360

Start typing — results appear instantly.

tr

Glossary

Essential terms of the context layer

What ontology, context graph and agent grounding actually mean, with practical examples and how each surfaces in the major vendor products — in plain English.

Ontology

#

The enterprise's shared vocabulary and map of its data world.

A single model that defines the core enterprise concepts (e.g. Customer, Order, Asset) with their properties, relationships and rules. Power BI reports, notebooks, AI agents and Copilot all read the same definition from one source. It is the executable, versioned, AI-readable modern version of what used to be called a "data dictionary" or "ERD".

Microsoft Fabric IQ Ontology, Palantir Foundry Ontology and Databricks Unity Catalog solve the same problem in different syntax: *make sure we are talking about the same thing*.

Related: semantic-model , context-graph , fabric-iq

Context Graph

#

A live, agent-readable graph of how the organization actually operates.

Ontology tells you *what* exists; the context graph tells you *what is happening right now* — which order is on which shipment, which sensor it passed through, whether that sensor reported a breach.

AI agents walk this live graph to answer "why is order X late?" with traceable reasoning. Gartner forecasts that 50%+ of AI agent systems will use context graphs by 2028.

Related: ontology , agent-grounding , knowledge-graph

Agent Grounding

#

The contract that ties an AI agent to enterprise data, rules and semantics.

A standalone LLM hallucinates — it is blind to your enterprise. Agent grounding defines which source, with which permission and which semantics an agent can access: "this agent may only query the finance ontology, read-only, and must back every answer with a source."

Microsoft Foundry IQ + Azure AI Search, Salesforce Einstein Trust Layer and Databricks Mosaic AI Gateway each implement this contract in different syntax.

Related: foundry-iq , ontology , rag

Microsoft Fabric IQ

#

The workload inside Microsoft Fabric that unifies data semantics (November 2025).

Fabric IQ translates data sitting in OneLake, lakehouses, eventhouses and Power BI semantic models into a single semantic language. Core items: Ontology, Plan, Graph, Data Agent, Operations Agent.

It generalizes the Power BI semantic model concept — not just reports, but agents and apps read the same definition. Together with Foundry IQ (agent knowledge) and Work IQ (M365 Copilot context), it forms **Microsoft IQ — the unified intelligence layer**.

Related: ontology , onelake , work-iq , foundry-iq

Microsoft Work IQ

#

The layer that gives M365 Copilot the context of who/what/how you work.

Work IQ remembers M365 signals (email, chat, files, meetings, calendar, work habits) and lets Copilot learn from them — building the user's personal work context.

Related: fabric-iq , foundry-iq , copilot

Microsoft Foundry IQ

#

Reusable agent knowledge base layer built on Azure AI Search.

Foundry IQ provides a centralized knowledge base for agents. A knowledge base built once is shared by multiple agents; indexing, retrieval and security controls are automated on top of Azure AI Search.

Related: agent-grounding , rag , azure-ai-search

Power BI Semantic Model

#

A curated data model with measures and hierarchies for analytics.

Power BI semantic model (formerly "dataset"); a model optimized for reporting with DAX measures, hierarchies and relationships. Fabric IQ Ontology generalizes the semantic model — extending semantic definition beyond analytics (agents, plans, operational decisions).

Related: ontology , fabric-iq

Knowledge Graph

#

Representation of knowledge as nodes and edges — the ancestor of the context graph.

A data structure that represents knowledge through nodes (entities) and edges (relationships). Popularized by Google in 2012 for static reference use; the context graph is its procedural, agent-grounding-ready evolution.

Related: context-graph , ontology

OneLake

#

Microsoft Fabric's single logical data lake (OneDrive for data).

OneLake is the single logical data lake underlying Fabric. All Fabric workloads (lakehouse, eventhouse, warehouse, semantic model) sit on the same OneLake. Cross-tenant shortcuts make data in other tenants reference-accessible.

Related: fabric-iq , lakehouse

RAG (Retrieval-Augmented Generation)

#

Technique that enriches LLM answers with external knowledge — the basic pattern of agent grounding.

A pattern where an LLM, before generating a response, retrieves relevant documents from an external knowledge source and adds them to the context. Agent grounding in practice is largely RAG + ontology + permission control. Foundry IQ offers the managed version on top of Azure AI Search.

Related: agent-grounding , foundry-iq