geoCrosses constant

IriTerm const geoCrosses

geoCrosses [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 crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in DE-9IM.

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

Implementation

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