schemaMainEntity constant

IriTerm const schemaMainEntity

mainEntity from schema vocabulary [Expects: https://schema.org/Thing]

Indicates the primary entity described in some page or other CreativeWork.

Can be used on: https://schema.org/CreativeWork

Implementation

static const schemaMainEntity = IriTerm.prevalidated(
  'https://schema.org/mainEntity',
);