remembers

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

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

Avoid when

How to use

Scope notes

Examples

Use For Consumers

Avoid For Consumers