concept formation

A learning event in which the agent forms a new concept — acquiring a category, schema, or abstraction it did not previously hold. Bridges the forthcoming concepts slice: the concept formed is the gmeow:Concept that slice will define; until then the product rides gmeow:produces with an open range. The bridge is documented routing, not an axiom.

Structure

Types: gmeow:LearningEventType

Practical Pattern

Use gmeow:learningConceptFormation 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.

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 .

Common Companion Terms

gmeow:LearningEventType