recollection
- CURIE:
gmeow:processRecollection - IRI: https://blackcatinformatics.ca/gmeow/processRecollection
- Category: individual
- Defined by:
gmeow:slices/mentation - Box roles: ABox role (What is this?)
A recollection episode — retrieving a stored memory into present awareness (the act, not the stored content). Forgetting is modelled as suppression elsewhere, not as a process here.
Structure
Types: gmeow:MentalProcessType
Practical Pattern
Use gmeow:processRecollection as a controlled value typed as gmeow:MentalProcessType.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Human Dream
- Source:
slices/extensions/dreaming/examples/human-dream.ttl - Examples catalog: open in catalog#example-slices-extensions-dreaming-examples-human-dream
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/dreaming/human-dream/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- The morning report: a low-reliability recollection of the dream.
ex:mayaMorningReport a gmeow:DreamReport ;
rdfs:label "Maya's morning dream report"@en ;
rdfs:comment "A low-reliability recollection of the flying dream, reported after waking."@en ;
gmeow:experiencer ex:dreamerMaya ;
gmeow:mentalProcessType gmeow:processRecollection ;
gmeow:contentOrigin gmeow:originImagined ;
rdfs:comment "Reliability note: dream reports are standpoint-indexed, fallible recollections with low metacognitive confidence."@en .
Lucid Dream
- Source:
slices/extensions/dreaming/examples/lucid-dream.ttl - Examples catalog: open in catalog#example-slices-extensions-dreaming-examples-lucid-dream
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/dreaming/lucid-dream/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:lucaMorningReport a gmeow:DreamReport ;
rdfs:label "Luca's morning lucid-dream report"@en ;
rdfs:comment "A low-reliability recollection of the lucid dream, reported after waking."@en ;
gmeow:experiencer ex:dreamerLuca ;
gmeow:mentalProcessType gmeow:processRecollection ;
gmeow:contentOrigin gmeow:originImagined .