occupation classification

An external classification code for an occupation (ESCO, SOC, O*NET, ISCO, NOC). Non-functional — an occupation may carry codes from several schemes. The scheme is solver-side; the literal is the raw code value (Principle 12).

Structure

Property shape: datatype property; gmeow:Occupation -> xsd:string

Practical Pattern

Use gmeow:occupationClassification from gmeow:Occupation to xsd:string 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

ex:python   a gmeow:Skill ; rdfs:label "Python programming"@en .
ex:engineer a gmeow:Occupation ;
    rdfs:label "Software Engineer"@en ;
    gmeow:occupationClassification "SOC 15-1252" .

Common Companion Terms

gmeow:Occupation

Usage Advice

Use when

Avoid when

How to use

Examples