schemaContentRating constant

IriTerm const schemaContentRating

contentRating from schema vocabulary [Expects: https://schema.org/Rating, https://schema.org/Text]

Official rating of a piece of content—for example, 'MPAA PG-13'.

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

Implementation

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