skill proficiency level

The attained level of a skill-proficiency (a gmeow:ProficiencyLevel value, e.g. dreyfusExpert, assessedCompetent). Functional.

Structure

Property shape: object property; gmeow:SkillProficiency -> gmeow:ProficiencyLevel; functional

Practical Pattern

Use gmeow:skillProficiencyLevel from gmeow:SkillProficiency to gmeow:ProficiencyLevel when the relationship itself belongs in the native GMEOW graph.

Example Snippets

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

Skill Proficiency

# --- Proficiency: HOW WELL, read against an explicit named SCALE.
ex:proficiency a gmeow:SkillProficiency ;
    gmeow:skillProficiencyAgent ex:dana ;
    gmeow:skillProficiencyOf    ex:python ;
    gmeow:skillProficiencyLevel ex:expert ;
    gmeow:skillProficiencyScale ex:dreyfus .

Common Companion Terms

gmeow:SkillProficiency, gmeow:ProficiencyLevel

Usage Advice

Use when

Avoid when

How to use

Examples