dreaming
- CURIE:
gmeow:processDreaming - IRI: https://blackcatinformatics.ca/gmeow/processDreaming
- Category: individual
- Defined by:
gmeow:slices/mentation
A dreaming episode — an offline, typically sleep-bound gmeow:Experience of imagined content; composed into the dreaming extension with awareness mode and content-origin.
Structure
Types: gmeow:MentalProcessType
Practical Pattern
Use gmeow:processDreaming 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.
Mental Timeline
- Source:
slices/core/mentation/examples/mental-timeline.ttl - Examples catalog: open in catalog#example-slices-core-mentation-examples-mental-timeline
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/mentation/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:lastNightsDream a gmeow:Experience ; # qualia-bearing: there is something it is like
rdfs:label "Ada's dream last night"@en ;
gmeow:experiencer ex:ada ;
gmeow:mentalProcessType gmeow:processDreaming ; # offline, sleep-bound imagined content
gmeow:eventTime "2026-06-15T03:00:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .
# No gmeow:realizesMoment: a dream need not update a belief state;
# gmeow:realizesMoment is non-functional so its absence is valid.