occupationalCategory constant
occupationalCategory [Expects: https://schema.org/CategoryCode, https://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: https://schema.org/EducationalOccupationalProgram, https://schema.org/JobPosting, https://schema.org/Occupation, https://schema.org/Physician, https://schema.org/WorkBasedProgram
Implementation
static const occupationalCategory = IriTerm.prevalidated(
'https://schema.org/occupationalCategory',
);