skill proficiency agent
- CURIE:
gmeow:skillProficiencyAgent - IRI: https://blackcatinformatics.ca/gmeow/skillProficiencyAgent
- Category: property
- Defined by:
gmeow:slices/expertise - Box roles: RBox role (What is this?)
The agent whose proficiency a skill-proficiency expresses. Functional — constitutive of the proficiency.
Structure
Property shape: object property; gmeow:SkillProficiency -> gmeow:Agent; functional
Practical Pattern
Use gmeow:skillProficiencyAgent from gmeow:SkillProficiency 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.
Skill Proficiency
- Source:
slices/core/expertise/examples/skill-proficiency.ttl - Examples catalog: open in catalog#example-slices-core-expertise-examples-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 .
Skill Acquisition Trajectory
- Source:
slices/core/learning/examples/skill-acquisition-trajectory.ttl - Examples catalog: open in catalog#example-slices-core-learning-examples-skill-acquisition-trajectory
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/learning/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# The proficiency tenure the first event produced — now SUPERSEDED, kept (not
# deleted) with gmeow:displayable false: the earlier rung of the sequence.
ex:profSpring a gmeow:SkillProficiency ;
gmeow:skillProficiencyAgent ex:lillith ;
gmeow:skillProficiencyOf ex:cycling ;
gmeow:skillProficiencyLevel gmeow:dreyfusAdvancedBeginner ;
gmeow:skillProficiencyScale gmeow:scaleDreyfus ;
gmeow:skillProficiencyInterval ex:springInterval ;
gmeow:displayable false ;
rdfs:label "cycling proficiency (spring): advanced beginner"@en .
# The current proficiency tenure — a NEW relator, not a mutation of ex:profSpring.
ex:profSummer a gmeow:SkillProficiency ;
gmeow:skillProficiencyAgent ex:lillith ;
gmeow:skillProficiencyOf ex:cycling ;
gmeow:skillProficiencyLevel gmeow:dreyfusExpert ;
gmeow:skillProficiencyScale gmeow:scaleDreyfus ;
gmeow:skillProficiencyInterval ex:summerInterval ;
rdfs:label "cycling proficiency (summer): expert"@en .
Common Companion Terms
gmeow:SkillProficiency, 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:skillProficiencyAgent |
projection | schema-org |
projects to / <= | schema:knowsAbout | gmeow:mapSchemaSkillProficiency; confidence 0.8; lossy: the SkillProficiency relator (level, scale, interval, standpoint, confidence) collapses to a flat schema:knowsAbout edge; transform gmeow:fnSkillProficiencyToKnowsAbout |
Usage Advice
Use when
- Use to name the single agent a
gmeow:SkillProficiencyrelator is about — the person, organization, or software agent whose level in the skill it records.
Avoid when
- Avoid for the skill itself (
gmeow:skillProficiencyOf) and for the agent who attributes the rating when that differs (carry the asserter on the statement layer'sgmeow:accordingTo); and avoid two agents — it is functional, one per relator.
How to use
- Bind the bearer agent on the relator; for an avowed claim the agent and the
gmeow:accordingTostandpoint coincide, while an attributed claim keeps the asserting standpoint distinct so avowed and attributed levels coexist (Principle 9).
Examples
- ex:aliceWeldingProf
gmeow:skillProficiencyAgentex:alice.