remembers
- CURIE:
gmeow:remembers - IRI: https://blackcatinformatics.ca/gmeow/remembers
- Category: property
- Defined by:
gmeow:slices/cognition - Box roles: RBox role (What is this?)
Objectual memory-of: an agent remembers a SUBJECT (a person, place, topic, or event it has encountered). Sub-property of gmeow:isAwareOf — remembering a subject entails awareness of it. Distinct from gmeow:MemoryItem (the ai slice), which is a remembered CLAIM (propositional); this is remembering the thing, not a proposition about it. Bridge, documented NOT axiomatised (Principle 9): an agent's gmeow:remembers edges are typically backed by gmeow:MemoryItem observations about the subject and surfaced by the flagship's recall — see gmeow:memoryOf. Forgetting is suppression (gmeow:displayable false / closed scope), never deletion (Principle 10).
Structure
Property shape: object property; gmeow:Agent -> gmeow:Entity
Sub-property of: gmeow:isAwareOf
Practical Pattern
Use gmeow:remembers from gmeow:Agent to gmeow:Entity 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.
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
ex:nova a gmeow:Person ;
gmeow:name "Nova"@en ;
gmeow:attendsTo wd:Q11660 ; # artificial intelligence — currently in focus
gmeow:interestedIn wd:Q395 ; # mathematics — sustained interest
gmeow:curiousAbout wd:Q217413 ; # category theory (curiousAbout ⊑ interestedIn)
gmeow:remembers wd:Q192995 . # quantum computing — a subject she remembers (remembers ⊑ isAwareOf)
Common Companion Terms
gmeow:isAwareOf, gmeow:Agent, gmeow:Entity
Usage Advice
Use when
- Use for objectual memory — an agent remembering a SUBJECT (a person, place, topic, or event it has encountered), the recall surface the agent-memory flagship reads (Principle 15); it entails
gmeow:isAwareOfby subproperty.
Avoid when
- Avoid it for a remembered CLAIM or proposition (that is
gmeow:MemoryItem, the ai slice — this is remembering the thing, not a fact about it) and avoid DELETING a remembers edge to model forgetting; suppress it withgmeow:displayablefalse or a closed scope (Principle 10).
How to use
- Assert
gmeow:remembersfrom agent to subject (it entailsgmeow:isAwareOf); bridge to backinggmeow:MemoryItemobservations throughgmeow:memoryOfas documentation (no axiom, no ai-slice dependency), and model forgetting as suppression, never deletion.
Scope notes
- Boundary: objectual
gmeow:remembers(a remembered subject) ⊥ propositionalgmeow:MemoryItem(a remembered claim, ai slice). The link is a documented bridge throughgmeow:memoryOf, not an axiom; cognition asserts no dependency on the ai slice (Principle 9).
Examples
- ex:lillith
gmeow:remembersex:firstConference.