schemaAudience constant

IriTerm const schemaAudience

audience from schema vocabulary [Expects: https://schema.org/Audience]

An intended audience, i.e. a group for whom something was created.

Can be used on: https://schema.org/CreativeWork, https://schema.org/Event, https://schema.org/LodgingBusiness, https://schema.org/PlayAction, https://schema.org/Product, https://schema.org/Service

Implementation

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