# /technology/ariane/atlas

> Canonical HTML: https://initkoa.org/technology/ariane/atlas
> Markdown mirror: https://initkoa.org/technology/ariane/atlas/index.html.md
> Route: /technology/ariane/atlas
> Source: app/technology/ariane/atlas/page.tsx
> Generated: 2026-04-09T23:01:26.288Z

[Open the HTML page](https://initkoa.org/technology/ariane/atlas)

Atlas

Atlas is the persistent memory of Ariane. It stores the UI graphs discovered by Theseus and enriches them with semantic meaning (intents, patterns, roles) so consumers can query them.

Graph Structure

Atlas Overview

The high-level responsibilities: Graph storage, schema enforcement, semantic enrichment, and versioning.

View Architecture

Graph Model

Definitions of Nodes (States) and Edges (Transitions). Directed, labeled, and potentially cyclic.

View Model Specs

Schema & Semantics

Core Schema

The formal JSON structure for Contexts, States, Elements, and Transitions.

Ontology Vocabulary

The standardized vocabulary for UI intents (e.g., "Submit", "Cancel") and patterns (e.g., "Modal").

← Back to Ariane Hub

Next: Consumers →
