announcementLocation constant

IriTerm const announcementLocation

IRI for schemahttp:announcementLocation [Expects: http://schema.org/CivicStructure, http://schema.org/LocalBusiness]

Indicates a specific {CivicStructure} or {LocalBusiness} associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use {spatialCoverage}.

Can be used on: http://schema.org/SpecialAnnouncement

Implementation

static const announcementLocation = IriTerm.prevalidated(
  'http://schema.org/announcementLocation',
);