Occupation experience year
Definition
Amount of experience, expressed in years.
Description
Occupation experience year describes a job seeker's experience (in time) in conjunction with a specific occupation-name concept or skill. For instance, 2-4 års erfarenhet or Ingen erfarenhet.
These concepts primarily occurs in descriptions of a job seeker's qualifications, for example in CVs.
GraphQL examples
The queries below can be tested through our GraphiQL interface.
Get all occupation experience year concepts
query occupation_experience_year {
concepts(type: "occupation-experience-year") {
id
type
preferred_label
}
}