proficiency level

The attained level of a language-proficiency (a gmeow:ProficiencyLevel value, e.g. cefrB2, levelNative). Functional.

Structure

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

Practical Pattern

Use gmeow:proficiencyLevel from gmeow:LanguageProficiency 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.

Proficiency

# --- Strong at READING French (B2) ...
ex:frenchReading a gmeow:LanguageProficiency ;
    gmeow:proficiencyAgent    ex:dana ;
    gmeow:proficiencyLanguage gmeow:langFrench ;
    gmeow:proficiencyModality gmeow:profModalityReading ;
    gmeow:proficiencyLevel    ex:b2 ;
    gmeow:proficiencyScale    ex:cefr .

# --- ... but only A2 SPEAKING it — same language, different modality.
ex:frenchSpeaking a gmeow:LanguageProficiency ;
    gmeow:proficiencyAgent    ex:dana ;
    gmeow:proficiencyLanguage gmeow:langFrench ;
    gmeow:proficiencyModality gmeow:profModalitySpeaking ;
    gmeow:proficiencyLevel    ex:a2 ;
    gmeow:proficiencyScale    ex:cefr .

Common Companion Terms

gmeow:LanguageProficiency, gmeow:ProficiencyLevel