memory kind
- CURIE:
gmeow:memoryKind - IRI: https://blackcatinformatics.ca/gmeow/memoryKind
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The cognitive register of this memory item (open vocabulary): episodic, semantic, working, procedural.
Structure
Property shape: object property; gmeow:MemoryItem -> gmeow:MemoryKind; functional
Practical Pattern
Use gmeow:memoryKind from gmeow:MemoryItem to gmeow:MemoryKind 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
gmeow:MemoryItem, gmeow:MemoryKind
Usage Advice
Use when
- Use to classify the cognitive register of a
gmeow:MemoryItem— episodic, semantic, working, or procedural — from thegmeow:MemoryKindvocabulary.
Avoid when
- Avoid asserting several registers on one item (it is functional — one item, one register) and avoid using it for salience or recency (those ride the statement-level
gmeow:importanceLeveland the statement clocks, not a second property).
How to use
- Assert exactly one
gmeow:memoryKindperMemoryItemat agmeow:MemoryKindindividual; mint a fresh register if a needed one is not seeded, since the vocabulary is open.