memory of
- CURIE:
gmeow:memoryOf - IRI: https://blackcatinformatics.ca/gmeow/memoryOf
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The agent whose memory holds this item.
Structure
Property shape: object property; gmeow:MemoryItem -> gmeow:Agent
Practical Pattern
Use gmeow:memoryOf from gmeow:MemoryItem to gmeow:Agent when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
# The GROUNDED claim: generated by the invocation, attributed to the model,
# pinned to the exact evidentiary bytes. ALSO remembered (MemoryItem role).
ex:claim-close-2200 a gmeow:StandpointClaim, gmeow:MemoryItem ;
gmeow:vantage ex:assistant ;
gmeow:observedFeature ex:stmt-2200 ;
gmeow:observationMethod gmeow:methodLlmExtraction ;
gmeow:claimModality gmeow:probable ;
gmeow:wasGeneratedBy ex:invocation-19 ;
gmeow:wasAttributedTo ex:assistant ;
gmeow:groundedIn ex:span-close-2200 ;
gmeow:memoryOf ex:assistant ;
gmeow:memoryKind gmeow:memoryKindSemantic .
Attention Interest Memory
- Source:
slices/core/cognition/examples/attention-interest-memory.ttl - Examples catalog: open in catalog#example-slices-core-cognition-examples-attention-interest-memory
# --- Suppression, not deletion (Principle 10): forgetting, via the documented
# remembers ↔ gmeow:MemoryItem bridge . Nova's remembering of a subject is
# BACKED by MemoryItem(s) about it; a faded memory is the MemoryItem marked
# gmeow:displayable false — retained for "what she remembered WHEN", never erased.
# The bridge is prose, so cognition adds no dependency on the ai slice (Principle 9).
ex:novaWorkshopMemory a gmeow:MemoryItem ; # propositional backing of a now-faded remembering of wd:Q189436 (bioinformatics)
gmeow:memoryOf ex:nova ;
gmeow:memoryKind gmeow:memoryKindEpisodic ;
gmeow:displayable false . # forgotten — withheld, not deleted
Common Companion Terms
Usage Advice
Use when
- Use to bind a
gmeow:MemoryItemto thegmeow:Agentwhose memory holds it — the remembering subject of the memory role.
Avoid when
- Avoid using it for the claim's own subject or vantage (
memoryOfis the rememberer, not what the claim is about); the same claim may be one agent's memory and another's input.
How to use
- Assert
gmeow:memoryOfat the rememberinggmeow:Agentalongsidegmeow:memoryKind; a claim remembered by several agents is severalMemoryItemroles, one per rememberer.
Examples
- ex:m1
gmeow:memoryOfex:lillith.