CadastralZoning

objekttype

Inspire revision 4711 Gyldig

Intermediary areas used in order to divide national territory into cadastral parcels. -- Description -- NOTE 1 In the INSPIRE context, cadastral zonings are to be used to carry metadata information and to facilitate portrayal and search of data. NOTE 2 Cadastral zonings have generally been defined when cadastral maps were created for the first time. EXAMPLE Municipality, section, parish, district, block.
Egenskap Stereotype Beskrivelse Type Multiplisitet
beginLifespanVersion DateTime 1..1
endLifespanVersion DateTime 0..1
estimatedAccuracy Length 0..1
geometry GM_MultiSurface 1..1
inspireId Identifier (datatype) 0..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
label CharacterString 1..1
level CadastralZoningLevelValue (kodeliste) 1..1
levelName LocalisedCharacterString 1..*
name GeographicalName (datatype) 0..*
- language CharacterString 1..1
- nativeness NativenessValue (kodeliste) 1..1
- nameStatus NameStatusValue (kodeliste) 1..1
- sourceOfName CharacterString 1..1
- pronunciation PronunciationOfName (datatype) 1..1
- spelling SpellingOfName (datatype) 1..*
- grammaticalGender GrammaticalGenderValue (kodeliste) 0..1
- grammaticalNumber GrammaticalNumberValue (kodeliste) 0..1
nationalCadastalZoningReference CharacterString 1..1
originalMapScaleDenominator Integer 0..1
validFrom DateTime 0..1
referencePoint GM_Point 0..1
validTo DateTime 0..1
Navn Type Lengde Multiplisitet
DateTime 1..1
DateTime 0..1
Length 0..1
GM_MultiSurface 1..1
Identifier 0..1
CharacterString 1..1
CadastralZoningLevelValue 1..1
LocalisedCharacterString 1..*
GeographicalName 0..*
CharacterString 1..1
Integer 0..1
DateTime 0..1
GM_Point 0..1
DateTime 0..1
Name Type English Description
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.
estimatedAccuracy Length The estimated absolute positional accuracy of cadastral parcels within the cadastral zoning in the used INSPIRE coordinate reference system. Absolute positional accuracy is the mean value of the positional uncertainties for a set of positions, where the positional uncertainties are the distance between a measured position and what is considered as the corresponding true position. -- Description -- NOTE This mean value may come from quality measures on a homogeneous population of cadastral parcels or from an estimation based on the knowledge of the production processes and of their accuracy.
geometry GM_MultiSurface Geometry of the cadastral zoning.
inspireId Identifier External object identifier of 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.
label CharacterString Text commonly used to display the cadastral zoning identification. -- Description -- NOTE 1 The label is usually the last part of the national cadastral zoning reference or that reference itself or the name. NOTE 2 The label can be used for label in portrayal.
level CadastralZoningLevelValue Level of the cadastral zoning in the national cadastral hierarchy.
levelName LocalisedCharacterString Name of the level of the cadastral zoning in the national cadastral hierarchy, in at least one official language of the European Union. -- Description -- EXAMPLE For Spain, level name might be supplied as "municipio" (in Spanish) and as "municipality" (in English).
name GeographicalName Name of the cadastral zoning. -- Description -- NOTE 1 Cadastral zonings which are also administrative units have generally a name. EXAMPLE Bordeaux, Copenhagen. NOTE 2 The language of the name should be filled in most cases, except if the data producer does not know in which language the names are.
nationalCadastalZoningReference CharacterString Thematic identifier at national level, generally the full national code of the cadastral zoning. -- Description -- EXAMPLE 03260000AB (France), 30133 (Austria), APD00F (Netherlands).
originalMapScaleDenominator Integer The denominator in the scale of the original paper map (if any) to whose extent the cadastral zoning corresponds. -- Description -- EXAMPLE 2000 means that original cadastral map was designed at scale 1: 2000.
validFrom DateTime Official date and time the cadastral zoning was/will be legally established.
referencePoint GM_Point A point within the cadastral zoning. -- Description -- EXAMPLE The centroid of the cadastral parcel geometry.
validTo DateTime Date and time at which the cadastral zoning legally ceased/will cease to be used.

Vis CadastralZoning i NVDB Datakatalog

Id Navn Type Multiplisitet
DateTime 1 ..1
DateTime 0 ..1
Length 0 ..1
GM_MultiSurface 1 ..1
Identifier 0 ..1
CharacterString 1 ..1
CadastralZoningLevelValue 1 ..1
LocalisedCharacterString 1 ..*
GeographicalName 0 ..*
CharacterString 1 ..1
Integer 0 ..1
DateTime 0 ..1
GM_Point 0 ..1
DateTime 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon CadastralParcel zoning CadastralZoning 0..1
assosiasjon CadastralZoning upperLevelUnit CadastralZoning 0..1
Navn Beskrivelse
endLifespanVersion /* If set, the date endLifespanVersion shall be later than beginLifespanVersion. */ inv: self.endLifespanVersion .isAfter(self.beginLifespanVersion)
estimatedAccuracyUoM /* Value of estimatedAccuracy shall be given in meters. */ inv: self.estimatedAccuracy.uom.uomSymbol='m'
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)
zoningLevelHierarchy /* A lower level cadastral zoning shall be part of an upper level zoning. */ inv: self.nationalLevel <> '1stOrder' implies self.level < self.upperLevelUnit.level