geoDisjoint constant

IriTerm const geoDisjoint

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

Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: "they have no point in common. They form a set of disconnected geometries." (A symmetric relationship, as defined in DE-9IM.)

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

Implementation

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