schemaHttpAggregateRating constant

IriTerm const schemaHttpAggregateRating

aggregateRating from schema-http vocabulary [Expects: http://schema.org/AggregateRating]

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

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

Implementation

static const schemaHttpAggregateRating = IriTerm(
  'http://schema.org/aggregateRating',
);