employmentType constant

IriTerm const employmentType

IRI for schemahttp:employmentType [Expects: http://schema.org/Text]

Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).

Can be used on: http://schema.org/JobPosting

Implementation

static const employmentType = IriTerm.prevalidated(
  'http://schema.org/employmentType',
);