schemaLocation constant

IriTerm const schemaLocation

location from schema vocabulary [Expects: https://schema.org/Place, https://schema.org/PostalAddress, https://schema.org/Text, https://schema.org/VirtualLocation]

The location of, for example, where an event is happening, where an organization is located, or where an action takes place.

Can be used on: https://schema.org/Action, https://schema.org/Event, https://schema.org/InteractionCounter, https://schema.org/Organization

Implementation

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