What problem does it solve? Agent memory normally disappears when a session ends. This Skill stores facts as RDF quads in named graphs backed by Oxigraph, so knowledge bases survive restarts and can be queried with SPARQL at any time. ## Core Features & Use Cases - Persistent fact recording: Write memory chunks with automatic datetime stamping, mandatory source attribution, and RDF-star per-fact annotations such as confidence levels. - SPARQL querying and updates: Run SELECT, ASK, CONSTRUCT, DESCRIBE queries and SPARQL Update deletions against named graphs, scoped by topic, type, or subject IRI. - Schema discovery before querying: List stores and inspect which types and predicates actually exist before writing queries, avoiding wrong class or property IRIs. - Use Case: Build a project knowledge base incrementally — record decisions, people, and entities as they come up in conversation, then recall them weeks later with scoped SPARQL queries. ## Quick Start Ask the agent to remember a fact, for example: "Remember that Alice is 30 and knows Bob in the project-memory store."