geoinstances
Geoinstances are individual records that represent geographic features within a geospatial dataset. Each geoinstance combines a geometry, such as a point, line, or polygon, with a set of attributes that describe the feature, including name, type, measurements, and other properties. In many GIS models, a dataset defines feature classes (for example, City, River), and a geoinstance is a concrete occurrence of one of those classes.
Geoinstances appear across data formats and systems. In a spatial database, each row in a feature table
Examples help illustrate the concept. A point geoinstance might represent a city with coordinates and attributes
Applications of geoinstances include mapping, spatial analysis, data integration, and time-enabled or spatiotemporal queries. They support
See also: geographic feature, geometry, feature, dataset, GeoJSON, GeoSPARQL.