mainEntity constant

IriTerm const mainEntity

IRI for schemahttp:mainEntity [Expects: http://schema.org/Thing]

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

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

Implementation

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