mainEntity constant

IriTerm const mainEntity

IRI for schema:mainEntity [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 mainEntity = IriTerm.prevalidated(
  'https://schema.org/mainEntity',
);