geoOverlaps constant

IriTerm const geoOverlaps

IRI for schema:geoOverlaps [Expects: https://schema.org/GeospatialGeometry, https://schema.org/Place]

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in DE-9IM.

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

Implementation

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