Inspire revision 4711
Gyldig
The basic unit of ownership that is recorded in the land books, land registers or equivalent. It is defined by unique ownership and homogeneous real property rights, and may consist of one or more adjacent or geographically separate parcels.
-- Description --
SOURCE Adapted from UN ECE 2004.
NOTE 1 In the INSPIRE context, basic property units are to be made available by member states where unique cadastral references are given only for basic property units and not for parcels.
NOTE 2 In many (but not all) countries, the area of the basic property unit corresponds to the cadastral parcel itself.
NOTE 3 Some countries, such as Finland, may also register officially basic property units without any area. These basic property units are considered out of the INSPIRE scope.
NOTE 4 Some countries, such as Norway, may have parcels which belong to several basic property units.
Egenskap |
Stereotype |
Beskrivelse |
Type |
Multiplisitet |
inspireId |
|
|
Identifier
(datatype)
|
1..1 |
- localId |
|
|
CharacterString |
1..1 |
- namespace |
|
|
CharacterString |
1..1 |
- versionId |
|
|
CharacterString |
0..1 |
nationalCadastralReference |
|
|
CharacterString |
1..1 |
areaValue |
|
|
Area |
0..1 |
validFrom |
|
|
DateTime |
1..1 |
validTo |
|
|
DateTime |
0..1 |
beginLifespanVersion |
|
|
DateTime |
1..1 |
endLifespanVersion |
|
|
DateTime |
0..1 |
Navn |
Type |
Lengde |
Multiplisitet |
|
Identifier
|
|
1..1 |
|
CharacterString |
|
1..1 |
|
Area |
|
0..1 |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
|
DateTime |
|
1..1 |
|
DateTime |
|
0..1 |
Name |
Type |
English |
Description |
inspireId |
Identifier
|
|
External object identifier of the spatial object.
-- Description --
NOTE 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.
|
nationalCadastralReference |
CharacterString |
|
Thematic identifier at national level, generally the full national code of the basic property unit. Must ensure the link to the national cadastral register or equivalent.
-- Description --
The national cadastral reference can be used also in further queries in national services. |
areaValue |
Area |
|
Registered area value giving quantification of the area projected on the horizontal plane of the cadastral parcels composing the basic property unit. |
validFrom |
DateTime |
|
Official date and time the basic property unit was/will be legally established.
-- Description --
NOTE This is the date and time the national cadastral reference can be used in legal acts.
|
validTo |
DateTime |
|
Date and time at which the basic property unit legally ceased/will cease to be used.
-- Description --
NOTE This is the date and time the national cadastral reference can no longer be used in legal acts.
|
beginLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.
|
endLifespanVersion |
DateTime |
|
Date and time at which this version of the spatial object was superseded or retired in the spatial data set.
|
Vis BasicPropertyUnit i NVDB Datakatalog
Id |
Navn |
Type |
Multiplisitet |
|
|
Identifier
|
1 ..1 |
|
|
CharacterString |
1 ..1 |
|
|
Area |
0 ..1 |
|
|
DateTime |
1 ..1 |
|
|
DateTime |
0 ..1 |
|
|
DateTime |
1 ..1 |
|
|
DateTime |
0 ..1 |
Navn |
Beskrivelse |
areaValueUoM |
/* Value of areaValue shall be given in square meters */
inv: self.areaValue.uom.uomSymbol='m2'
|
endLifespanVersion |
/* If set, the date endLifespanVersion shall be later than beginLifespanVersion. */
inv: self.endLifespanVersion .isAfter(self.beginLifespanVersion)
|
validTo |
/* If set, the date validTo shall be equal or later than validFrom. */
inv: self.validTo .isEqual(self.validFrom) or self.validTo .isAfter(self.validFrom) |