consolidation
- CURIE:
gmeow:learningConsolidation - IRI: https://blackcatinformatics.ca/gmeow/learningConsolidation
- Category: individual
- Defined by:
gmeow:slices/learning - Box roles: ABox role (What is this?)
A learning event that strengthens or stabilises already-acquired knowledge or skill — rehearsal, practice, or sleep-based memory consolidation — without introducing new content. It raises the durability or fluency of a knowledge state rather than its level, so gmeow:fromLevel and gmeow:toLevel may coincide while gmeow:produces re-affirms the state.
Structure
Types: gmeow:LearningEventType
Practical Pattern
Use gmeow:learningConsolidation as a controlled value typed as gmeow:LearningEventType.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Skill Acquisition Trajectory
- Source:
slices/core/learning/examples/skill-acquisition-trajectory.ttl - Examples catalog: open in catalog#example-slices-core-learning-examples-skill-acquisition-trajectory
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/learning/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# --- Event 2: consolidating practice, advanced beginner → expert (the summer).
# Two varieties co-apply (P9): it both consolidates and further acquires.
ex:summerPractice a gmeow:LearningEvent ;
gmeow:experiencer ex:lillith ;
gmeow:mentalProcessType gmeow:processLearning ;
gmeow:learningType gmeow:learningConsolidation, gmeow:learningSkillAcquisition ;
gmeow:fromLevel gmeow:dreyfusAdvancedBeginner ;
gmeow:toLevel gmeow:dreyfusExpert ;
gmeow:produces ex:profSummer ;
gmeow:eventTime "2026-08-15T10:00:00Z"^^xsd:dateTime ; # temporal placement — CONSTITUTION P11
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian ;
rdfs:label "a summer of daily practice"@en .
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#> .
# --- The offline replay episode: a learning event that consolidates and forms concepts.
ex:lillithReplayEpisode a gmeow:LearningEvent ;
rdfs:label "Lillith's offline replay episode"@en ;
rdfs:comment "An AI memory-consolidation / generative replay event derived from an agent-memory package."@en ;
gmeow:mentalProcessType gmeow:processLearning ;
gmeow:learningType gmeow:learningConsolidation , gmeow:learningConceptFormation ;
gmeow:experiencer ex:aiAgentLillith ;
gmeow:wasDerivedFrom ex:lillithMemoryPackage ;
gmeow:learnedFrom ex:replayAnalogy ;
gmeow:eventTime "2026-06-16T04:00:00Z"^^xsd:dateTime ;
gmeow:eventTemporalFrame gmeow:temporalFrameUTCGregorian .