SoilDerivedObject

objekttype

Inspire revision 4711 Gyldig

-- Name -- soil derived object
A spatial object type for representing spatial objects with soil-related property derived from one or more soil and possibly other non soil properties. -- Description -- NOTE Soil thematic maps can be derived directly from the involved soil database (organic matter content, pH, texture, etc.) or they can be derived by using pedotransfer functions or pedotransfer rules (e.g. plant available water in the rooting depth). Derivation can be simple extraction from a single data field, or a complex combination of different kind of data and application of e.g. mathematical or expert knowledge-based procedures.
Egenskap Stereotype Beskrivelse Type Multiplisitet
inspireId -- Name -- inspire Id Identifier (datatype) 0..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
geometry -- Name -- geometry GM_Object 1..1
Navn Type Lengde Multiplisitet
Identifier 0..1
GM_Object 1..1
Name Type English Description
inspireId Identifier External object identifier of the SoilDerivedObject. -- 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.
geometry GM_Object the geometry defining the soil derived object. -- Description -- A spatial representation of soil information becomes spatially explicit by delineating areas with similar values according to the soil (or other) property that is represented.

Vis SoilDerivedObject i NVDB Datakatalog

Id Navn Type Multiplisitet
Identifier 0 ..1
GM_Object 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon SoilDerivedObject isBasedOnObservedSoilProfile ObservedSoilProfile 0..*
assosiasjon SoilDerivedObject isBasedOnSoilDerivedObject SoilDerivedObject 0..*
assosiasjon SoilDerivedObject isBasedOnSoilBody SoilBody 0..*
Navn Beskrivelse
code list for parameter of soil derived objects /*The observedProperty of the soil derived object observation shall be specified using a value from the SoilDerivedObjectParameterNameValue code list.*/ inv: self.soilDerivedObjectParameter.observedProperty->oclIsKindOf(SoilDerivedObjectParameterNameValue)
FoI of Soil derived object observations /*To fill the featureOfInterest property of the soil derived object observation, the same SoilDerivedObject object shall be used.*/ inv: self.soilDerivedObjectObservation.featureOfInterest = self
results of soil derived object observations /*The result of the soil derived object observation shall be of type Number, CharacterString or RangeType.*/ inv: self.soilDerivedObjectObservation.result->oclIsKindOf(Number) or self.soilDerivedObjectObservation.result->oclIsKindOf(CharacterString) or self.soilDerivedObjectObservation.result->oclIsKindOf(RangeType)