publicAccess constant

IriTerm const publicAccess

publicAccess [Expects: http://schema.org/Boolean]

A flag to signal that the {Place} is open to public visitors. If this property is omitted there is no assumed default boolean value.

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

Implementation

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