Inspire revision 4711
Gyldig
Identifier or geographic name of a specific geographic area, location, or other spatial object which defines the scope of an address.
-- Description --
NOTE 1 Four different subclasses of address components are defined:
o Administrative unit name, which may include name of country, name of municipality, name of district
o Address area name like e.g. name of village or settlement
o Thoroughfare name, most often road name
o Postal descriptor
In order to construct an address, these subclasses are often structured hierarchically.
NOTE 2 It is the combination of the address locator and the address components, which makes a specific address spatial object readable and unambiguous for the human user.
EXAMPLE The combination of the locator "13" and the address components "Calle Mayor" (thoroughfare name), "Cortijo del Marqués" (address area name), "41037" (postal descriptor), "Écija", "Sevilla" and "España" (administrative unit names) makes this specific address spatial object readable and unambiguous.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
inspireId |
|
|
Identifier
(datatype)
|
0..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
alternativeIdentifier |
|
|
CharacterString |
0..1 |
beginLifespanVersion |
|
|
DateTime |
1..1 |
endLifespanVersion |
|
|
DateTime |
0..1 |
status |
|
|
StatusValue
(kodeliste)
|
0..1 |
validFrom |
|
|
DateTime |
1..1 |
validTo |
|
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
Identifier
|
|
0..1 |
|
CharacterString |
|
0..1 |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
|
StatusValue
|
|
0..1 |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
Name |
Type |
English |
Description |
inspireId |
Identifier
|
|
External object identifier of the address component.
-- Description --
NOTE 1 An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
NOTE 2 The primary purpose of this identifier is to enable links between various sources and the address components.
EXAMPLE An address component spatial object from Denmark could carry this identifier:
Namespace: DK_ADR
Local identifier: 0A3F507B2AB032B8E0440003BA298018
Version identifier: 12-02-2008T10:05:01+01:00 |
alternativeIdentifier |
CharacterString |
|
External, thematic identifier of the address component spatial object, which enables interoperability with existing legacy systems or applications.
-- Description --
NOTE Compared with a proper identifier of the address component, the alternative identifier is not necessarily persistent in the lifetime of the component spatial object. Likewise it is usually not globally unique and in general does include information on the version of the spatial object.
EXAMPLE 1 National or regional sector-specific identifiers (like e.g. a number- or letter code) for administrative units, address areas (localities, villages, sub-divisions) or thoroughfare names, which are used by a number of existing legacy systems.
EXAMPLE 2 In Denmark the four character municipal "road name code" (0001-9899) is only unique within the present municipality, thus if two municipalities merge, it is necessary to assign new road name codes. |
beginLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
-- Description --
NOTE This date is recorded to enable the generation of change only update files. |
endLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
-- Description --
NOTE This date is recorded primarily for those systems which "close" an entry in the spatial data set in the event of an attribute change. |
status |
StatusValue
|
|
Validity of the address component within the life-cycle (version) of the address component spatial object.
-- Description --
NOTE This status relates to the address component and is not a property of the object to which the address is assigned (the addressable object). |
validFrom |
DateTime |
|
Date and time of which this version of the address component was or will be valid in the real world.
-- Description --
NOTE This date and time can be set in the future for situations where an address component or a version of an address component has been decided by the appropriate authority to take effect for a future date. |
validTo |
DateTime |
|
Date and time at which the address component ceased or will cease to exist in the real world. |
Navn |
Beskrivelse |
EndLifeSpanVersion |
/* If date set endLifespanVersion must be later than beginLifespanVersion (if set) */
inv: self.endLifespanVersion .isAfter(self.beginLifespanVersion) |