memory of

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

# 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

# --- 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

gmeow:MemoryItem, gmeow:Agent

Usage Advice

Use when

Avoid when

How to use

Examples