-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
There’s the Address entity, a parsed address string regardless of what this address points to, which is great (works well with PO boxes as well as street addresses, etc). But it also comes with for example an Open Streetmap ID property, which as far as I understand is used to describe structures (So the OSM ID would describe a house, a wall, a street, rather than the abstract address).
And then there is RealEstate, which describes real estate assets. However it does include properties like lat/long coordinates, so it is intented to not only describe the nature of the real estate asset, but also it’s place in the real world.
I wonder if there is a way forward, in which we combine these two into something that can be used for both: Describing the where and the what of a non-movable object in the real world. Or, alternatively, make sure we have one for each, clearly distinct?