schemaHttpHasOccupation constant

IriTerm const schemaHttpHasOccupation

hasOccupation from schema-http vocabulary [Expects: http://schema.org/Occupation]

The Person's occupation. For past professions, use Role for expressing dates.

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

Implementation

static const schemaHttpHasOccupation = IriTerm(
  'http://schema.org/hasOccupation',
);