Geometry
CDIFDiscovery::Classes::Geometry
Definition
geosparql:Geometry - structured spatial geometry serialized as Well-Known Text (geosparql:asWKT) with an optional coordinate reference system (geosparql:crs). Modelled as a real class (intentional exception to the union-shorthand: the BB defines real structure here).
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri ↗ | [0..1] | @id - resolvable URI for the geometry node. |
| asWKT | string | [0..1] | geosparql:asWKT - Well-Known Text serialization of the geometry. |
| crs | XsdAnyUri ↗ | [0..1] | geosparql:crs - coordinate reference system URI. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| hasGeometry | ← SpatialExtent | [0..1] | composition |