belgif / thematic

ICEG: Thematic Working Groups
11 stars 5 forks source link

Solution to link Person to spatial references #161

Open saxomoose opened 2 months ago

saxomoose commented 2 months ago

The model Person is dependent on a geographical / spatial model. This model should be flexible enough to capture different spatial anchor points (country, locality, address, ...) provided in varying formats (flat text, semi-structured or fully resolved). The data encompasses domestic and non-domestic geographic data.

We designed a solution in the eap under diagram > iceg-generic.

The model makes a distinction between unresolved and resolved spatial references. A ResolvedSpatial can be drawn on a map. Both UnresolvedSpatial and ResolvedSpatial may be represented as a collection of AddressComponent.

According to this model, a best:Address is a specialization of both location:Address (interface which can also handle unstructured input) and ResolvedSpatial as it can be placed on a map.

Behind the scenes, the model leverages ISO 19107 - Spatial Schema.

saxomoose commented 2 months ago

This approach was presented during WG 2024-04-25.