Skip to main content

Explore — View Mode

View mode is for reading the model: what concepts exist, how they connect, which ones are orphaned, and which real data assets each one covers. It works with the RDF triple store switched off. Two surfaces share the sub-mode bar: Graph and Tree.

Graph

The graph canvas draws concepts as nodes grouped by their parent glossary, and typed relations as labeled, color-coded edges. Ontology Studio View mode graph canvas

Model and Data

A Model / Data toggle on the canvas switches what the graph renders:
  • Model — the concept-to-concept ontology. The semantic layer on its own.
  • Data — concepts plus the assets attached to them. Each concept becomes a cluster listing the tables, dashboards, and other assets carrying that term, with the service and column count on each card and a Load more link when a concept covers more assets than fit.
Ontology Studio Data view showing concepts and the assets that realize them The legend distinguishes the two kinds of connector: a dashed semantic edge · inferred (two assets related because their concepts are related) from a solid observed lineage edge (an actual technical dependency).
Data view answers the question that makes an ontology worth building: “this concept is beautifully modeled — but is anything in the warehouse actually tagged with it?” A concept with no realization is a definition, not a model.

View Modes

The View Mode dropdown changes how the graph is arranged:

Filters

Graph Settings

The settings panel controls:
  • LayoutHierarchical (ranked, tree-like layers; good for following parent/child structure top-down) or Circular (good for surveying a cluster with no directional hierarchy).
  • Edge labels — show or hide relationship-type labels on the connectors.
Canvas controls fit to screen, zoom in/out, and refresh.

Export the Graph

Export Graph produces: Semantic formats are exported through the glossary ontology exporter, so they are available whether or not RDF storage is enabled. See Import & Export for the full round-trip story.

Tree

The Tree surface lists concepts across the selected glossaries organized by hierarchy — the fastest way to audit structure rather than shape. Ontology Studio Tree view listing concepts by hierarchy with relation counts It flags two things the graph makes easy to miss:
  • Isolated — concepts with no relationships at all.
  • Polyhierarchy — concepts with more than one parent. Legitimate in an ontology, but a frequent source of ambiguity when it was not intentional.
Each row shows the concept’s relation and term counts.

Ontology Health

View mode shows a health panel summarizing isolated versus connected concepts in the current scope, with an explicit “all visible terms connected” state when nothing needs fixing. The header also carries a live isolated badge in every mode. Isolation is the metric to drive down. A glossary of 400 unlinked terms and an ontology of 400 concepts look identical in a list view and behave completely differently for a query engine or an agent.

The Inspector

Selecting a node or an edge opens a side panel. For a concept:
  • Name, description, glossary, and concept IRI.
  • Relationships — every typed relation, in both directions, with the relationship type and target concept.
  • Attributes — typed properties, with inherited attributes marked and attributed to the ancestor that declares them.
  • Realization — the data assets carrying this concept, grouped by service, with counts and a link through to each asset.
  • Mappings — external concept mappings with their match type.
For a relation, the panel shows the relationship type, its direction and characteristics, and — when materialized inference is enabled — an inference explanation naming which rules contributed and when they last ran.

Scoped View from a Glossary Term

The same graph is available scoped to a single concept from that term’s Relations Graph tab in the glossary, which is often the better entry point when you already know the concept you care about.

Next

Author (Edit mode)

Draw relations, add attributes and axioms, run impact previews.

Query mode

Ask the questions the canvas can’t answer.