| Primary role | Authoritative RDF fact ledger & SPARQL context engine | In-memory key-value caching & data structures |
| Data model | RDF triples/quads in an append-only graph ledger | Opaque byte arrays, strings, hashes, lists, sets |
| Querying | SPARQL graph traversal, full-text, & vector fusion | Direct key lookup, range queries, & pub/sub commands |
| Persistence | Permanent append-only ledger on edge/cloud backends | In-memory with optional asynchronous disk snapshots |
| Purpose | Verifiable agent context engine | Low-latency caching, session storage, & rate limiting |