proficiency agent

The agent whose proficiency a language-proficiency expresses. Functional — constitutive of the proficiency.

Structure

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

Practical Pattern

Use gmeow:proficiencyAgent from gmeow:LanguageProficiency to gmeow:Agent 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:Agent

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:proficiencyAgent projection schema-org projects to / <= schema:knowsLanguage gmeow:mapSchemaKnowsLanguageProficiency; confidence 0.8; lossy: CEFR/ILR/ACTFL level and skill modality dropped; transform gmeow:fnProficiencyToKnownLanguage