occupationalCategory constant

IriTerm const occupationalCategory

occupationalCategory [Expects: http://schema.org/CategoryCode, http://schema.org/Text]

A category describing the job, preferably using a term from a taxonomy such as BLS O*NET-SOC, ISCO-08 or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.\n Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.

Can be used on: http://schema.org/EducationalOccupationalProgram, http://schema.org/JobPosting, http://schema.org/Occupation, http://schema.org/Physician, http://schema.org/WorkBasedProgram

Implementation

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