knowledge: mastered

Deepest depth: expert command — can extend, teach, or innovate on the subject. Pairs with the gmeow:hasMastered spectrum level.

Structure

Types: gmeow:KnowledgeLevel

Practical Pattern

Use gmeow:knowledgeMastered as a controlled value typed as gmeow:KnowledgeLevel.

Example Snippets

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

Dunning Kruger

# --- Self-attributed: Sam, by Sam's own lights, has MASTERED quantum computing.
ex:samQuantumSelf a gmeow:KnowledgeProficiency ;
    gmeow:knowledgeProficiencyAgent   ex:sam ;
    gmeow:knowledgeProficiencySubject wd:Q192995 ;         # quantum computing
    gmeow:knowledgeProficiencyLevel   gmeow:knowledgeMastered ;
    gmeow:knowledgeProficiencyScale   gmeow:scaleKnowledgeDepth ;
    gmeow:accordingTo                 ex:sam .             # self-attributed vantage

# Both relators stand. gmeow:knowledgeMastered gmeow:deeperThan gmeow:knowledgeKnowsAbout
# (transitively, on the LEVELS) quantifies the gap — but the relators themselves are
# never ordered by gmeow:deeperThan, and neither claim is promoted to a fact: the
# divergence is the data (Principle 9).

Knowledge Proficiency

# --- Promote to a reified proficiency: depth read on an explicit named SCALE,
#     over a temporal interval. The flat hasMastered above and this relator
#     coexist; gmeow:pairsWith links the two forms.
ex:adaPython a gmeow:KnowledgeProficiency ;
    gmeow:knowledgeProficiencyAgent    ex:ada ;
    gmeow:knowledgeProficiencySubject  wd:Q28865 ;       # Python
    gmeow:knowledgeProficiencyLevel    gmeow:knowledgeMastered ;
    gmeow:knowledgeProficiencyScale    gmeow:scaleKnowledgeDepth ;
    gmeow:knowledgeProficiencyInterval ex:adaPythonSince ;
    gmeow:displayable true .

Common Companion Terms

gmeow:KnowledgeLevel