isAccessibleForFree constant

IriTerm const isAccessibleForFree

IRI for schemahttp:isAccessibleForFree [Expects: http://schema.org/Boolean]

A flag to signal that the item, event, or place is accessible for free.

Can be used on: http://schema.org/CreativeWork, http://schema.org/Event, http://schema.org/Place

Implementation

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