Employment duration
Definition
Length of an employment.
Description
Employment-duration denotes the length of an advertised employment. For instance, Tills vidare and 3 månader - upp till 6 månader.
These concepts can be found primarily in job ads.
GraphQL examples
The queries below can be tested through our GraphiQL interface.
Get all employment durations
query employment_duration {
concepts(type: "employment-duration") {
id
type
preferred_label
}
}