geoContains constant
IRI for schemahttp:geoContains [Expects: http://schema.org/GeospatialGeometry, http://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: http://schema.org/GeospatialGeometry, http://schema.org/Place
Implementation
static const geoContains = IriTerm.prevalidated(
'http://schema.org/geoContains',
);