senior
- CURIE:
gmeow:senioritySenior - IRI: https://blackcatinformatics.ca/gmeow/senioritySenior
- Category: individual
- Defined by:
gmeow:slices/employment - Box roles: ABox role (What is this?)
A senior-level position.
Structure
Types: gmeow:SeniorityLevel
Practical Pattern
Use gmeow:senioritySenior as a controlled value typed as gmeow:SeniorityLevel.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Job
- Source:
slices/extensions/employment/examples/job.ttl - Examples catalog: open in catalog#example-slices-extensions-employment-examples-job
# --- The employment: a membership of Acme, refined with employment facets.
ex:job a gmeow:Employment ;
gmeow:membershipMember ex:dana ;
gmeow:membershipOrganization ex:acme ;
gmeow:employmentType gmeow:employmentTypeFullTime ;
gmeow:employmentSeniority gmeow:senioritySenior ;
gmeow:employmentOccupation ex:engineer .