Self employment type
Definition
Types of self employment.
Description
Self-employment type refers to concepts that can be used to describe such employments that cannot be defined formally as employment types. For example, Franchisetagare.
GraphQL examples
The queries below can be tested through our GraphiQL interface.
Get all employment types
query self_employment_type {
concepts(type: "self-employment-type") {
id
type
preferred_label
definition
}
}