dreaming
- CURIE:
gmeow:processDreaming - IRI: https://blackcatinformatics.ca/gmeow/processDreaming
- Category: individual
- Defined by:
gmeow:slices/mentation - Box roles: ABox role (What is this?)
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 bridge property: a dream need not produce or update a belief state;
# all three bridge properties are non-functional so their absence is valid.
Ai Offline Replay
- Source:
slices/extensions/dreaming/examples/ai-offline-replay.ttl - Examples catalog: open in catalog#example-slices-extensions-dreaming-examples-ai-offline-replay
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/dreaming/ai-offline-replay/> .
@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#> .
# --- Optional dream-like synthetic experience generated by the replay.
ex:lillithSyntheticDream a gmeow:Experience ;
rdfs:label "Lillith's synthetic dream"@en ;
rdfs:comment "A dream-like synthetic experience generated by offline replay, analogous to a human dream but not equated with it."@en ;
gmeow:experiencer ex:aiAgentLillith ;
gmeow:mentalProcessType gmeow:processDreaming ;
gmeow:awarenessMode gmeow:modeDreaming ;
gmeow:contentOrigin gmeow:originImagined ;
gmeow:wasDerivedFrom ex:lillithReplayEpisode ;
gmeow:eventTime "2026-06-16T04:05:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .