proficiency level
- CURIE:
gmeow:proficiencyLevel - IRI: https://blackcatinformatics.ca/gmeow/proficiencyLevel
- Category: property
- Defined by:
gmeow:slices/languages - Box roles: RBox role (What is this?)
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
- Source:
slices/extensions/languages/examples/proficiency.ttl - Examples catalog: open in catalog#example-slices-extensions-languages-examples-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 .