geoContains constant
geoContains [Expects: https://schema.org/GeospatialGeometry, https://schema.org/Place]
Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in DE-9IM.
Can be used on: https://schema.org/GeospatialGeometry, https://schema.org/Place
Implementation
static const geoContains = IriTerm.prevalidated(
'https://schema.org/geoContains',
);