mainEntityOfPage constant

IriTerm const mainEntityOfPage

mainEntityOfPage [Expects: https://schema.org/CreativeWork, https://schema.org/URL]

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.

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

Implementation

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