mainEntityOfPage constant

IriTerm const mainEntityOfPage

IRI for schemahttp:mainEntityOfPage [Expects: http://schema.org/CreativeWork, http://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: http://schema.org/Thing

Implementation

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