proficiency language

The language a language-proficiency concerns. Functional — constitutive.

Structure

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

Practical Pattern

Use gmeow:proficiencyLanguage from gmeow:LanguageProficiency to gmeow:Language 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:Language

Projects To

Profile External Targets
schema-org schema

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:proficiencyLanguage projection schema-org projects to / <= schema:knowsLanguage gmeow:mapSchemaKnowsLanguageProficiency; confidence 0.8; lossy: CEFR/ILR/ACTFL level and skill modality dropped; transform gmeow:fnProficiencyToKnownLanguage