full-time

Employment for the full ordinary duration of working hours.

Structure

Types: gmeow:EmploymentType

Practical Pattern

Use gmeow:employmentTypeFullTime as a controlled value typed as gmeow:EmploymentType.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

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 .

Common Companion Terms

gmeow:EmploymentType