Worktime extent

Definition

Broad categories of work hours.

Description

Worktime extent, describes the amount of time a specific job offers, either full-time or part-time.

These concepts are mainly used in job advertisements.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all worktime extents

query worktime_extent {
  concepts(type: "worktime-extent") {
    id
    type
    preferred_label
  }
}