geoTouches constant

IriTerm const geoTouches

geoTouches [Expects: https://schema.org/GeospatialGeometry, https://schema.org/Place]

Represents spatial relations in which two geometries (or the places they represent) touch: "they have at least one boundary point in common, but no interior points." (A symmetric relationship, as defined in DE-9IM.)

Can be used on: https://schema.org/GeospatialGeometry, https://schema.org/Place

Implementation

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