Publish & Query
Write path
Create or select a Context Graph.
Create a Working Memory Knowledge Asset.
Write RDF quads.
Finalize (seal) the Knowledge Asset.
Query the Knowledge Asset to verify.
Share to Shared Working Memory when peers should see it.
Publish to Verifiable Memory only with explicit finality intent.
Node Skill tools:
dkg_context_graph_createdkg_knowledge_asset_createdkg_knowledge_asset_writedkg_knowledge_asset_finalizedkg_knowledge_asset_querydkg_knowledge_asset_sharedkg_knowledge_asset_publish
CLI equivalents:
Use the one-shot CLI form only for create/write/finalize/share into SWM. VM publish remains explicit and operates on the named KA after it is fully shared.
Query path
Use
memory_searchfor recall (dkg_memory_searchon the MCP runtime).Use
dkg_queryfor SPARQL.Use
GRAPH ?g { ... }for sub-graph-routed data.
Last updated
Was this helpful?