schemaSpatial constant

IriTerm const schemaSpatial

spatial from schema vocabulary [Expects: https://schema.org/Place]

The "spatial" property can be used in cases when more specific properties (e.g. {locationCreated}, {spatialCoverage}, {contentLocation}) are not known to be appropriate.

Can be used on: https://schema.org/CreativeWork

Implementation

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