aggregateRating constant

IriTerm const aggregateRating

IRI for schema:aggregateRating [Expects: https://schema.org/AggregateRating]

The overall rating, based on a collection of reviews or ratings, of the item.

Can be used on: https://schema.org/Brand, https://schema.org/CreativeWork, https://schema.org/Event, https://schema.org/Offer, https://schema.org/Organization, https://schema.org/Place, https://schema.org/Product, https://schema.org/Service

Implementation

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