Feature¶
An abstraction of real-world phenomena. An ITS-domain feature (subclass of geo:Feature) used to model real-world things that have a spatial location.
NOTE: Geographic features can be defined for any geographic entity that can be defined with geospatial boundaries, such as landmarks, buildings, transport infrastructure (e.g., road, pathway, railway, bridge structures, intersections, traffic signal cabinet, traffic signal pole, waterway), jurisdictional areas (e.g., country, city), etc.
Diagram¶

Specializations of Feature¶
| Class | Description |
|---|---|
| Area Feature | A spatial feature enclosed within a two-dimensional boundary or boundaries across a defined surface. |
| Itinerary | An ordered set of multiple physically separate features forming a route or itinerary. |
| Linear Feature | A spatial feature that extends along a defined path (typically between two point features or along a network element). |
| Location Group | An unordered set of multiple physically separate features (each typically a singular feature with its own geometry). |
| Point Feature | A spatial feature with no length in any of the spatial dimensions (a point phenomenon in space). |
Formalization for Feature¶
| Property | Constraint |
|---|---|
| cdm1:hasName | datatype rdf:langString |
| subClassOf | SpatialObject |
| subClassOf | geo:Feature |