Dreyfus expert

The expert level of the Dreyfus scale — fluent, intuitive performance in which situation-recognition and response are fused, with deliberation reserved for the genuinely novel.

Structure

Types: gmeow:ProficiencyLevel

Practical Pattern

Use gmeow:dreyfusExpert as a controlled value typed as gmeow:ProficiencyLevel.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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 .

# The current proficiency tenure — a NEW relator, not a mutation of ex:profSpring.
ex:profSummer a gmeow:SkillProficiency ;
    gmeow:skillProficiencyAgent ex:lillith ;
    gmeow:skillProficiencyOf ex:cycling ;
    gmeow:skillProficiencyLevel gmeow:dreyfusExpert ;
    gmeow:skillProficiencyScale gmeow:scaleDreyfus ;
    gmeow:skillProficiencyInterval ex:summerInterval ;
    rdfs:label "cycling proficiency (summer): expert"@en .

Common Companion Terms

gmeow:ProficiencyLevel