containedInPlace constant

IriTerm const containedInPlace

IRI for schemahttp:containedInPlace [Expects: http://schema.org/Place]

The basic containment relation between a place and one that contains it.

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

Implementation

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