starRating constant

IriTerm const starRating

IRI for schema:starRating [Expects: https://schema.org/Rating]

An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).

Can be used on: https://schema.org/FoodEstablishment, https://schema.org/LodgingBusiness

Implementation

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