Inspire revision 4711
Gyldig
-- Name --
profile element
An abstract spatial object type grouping soil layers and / or horizons for functional/operational aims.
-- Description --
Profile element is the general term for both horizons and layers.
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 |
particleSizeFraction |
|
-- Name --
particle size fraction
|
ParticleSizeFractionType
(datatype)
|
1..* |
- fractionContent |
|
-- Name --
fraction content
|
Number |
1..1 |
- fractionParticleSizeRange |
|
-- Name --
fraction particle size range
|
RangeType
(datatype)
|
1..1 |
profileElementDepthRange |
|
-- Name --
profile element depth range
|
RangeType
(datatype)
|
1..1 |
- upperValue |
|
-- Name --
upper value
|
Real |
0..1 |
- lowerValue |
|
-- Name --
lower value
|
Real |
0..1 |
- uom |
|
-- Name --
unit of measure
|
UnitOfMeasure |
0..1 |
beginLifespanVersion |
|
-- Name --
begin lifespan version
|
DateTime |
1..1 |
endLifespanVersion |
|
-- Name --
end lifespan version
|
DateTime |
0..1 |
Name |
Type |
English |
Description |
inspireId |
Identifier
|
|
External object identifier of the profile element.
-- 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.
|
particleSizeFraction |
ParticleSizeFractionType
|
|
Mineral part of the soil, fractioned on the basis of size (diameter), limits of the particles. It indicates how much of the mineral soil material is composed of soil particles of the specified size range.
-- Description --
SOURCE NRCS Natural Resources Conservation Service, Soil survey laboratory information manual, Soil survey investigation report n.45 version 1.0 May 1995 pag. 11 |
profileElementDepthRange |
RangeType
|
|
Upper and lower depth of the profile element (layer or horizon) measured from the surface (0 cm) of a soil profile (in cm).
-- Description --
Depth range consists of the average upper and lower depth of appearance of the profile element from the surface.
NOTE Most soil boundaries are zones of transition rather than sharp lines of division. The average depth of the upper boundaries and the average depth of the lower boundaries of each profile element are given in centimetres, measured from the surface (including organic and mineral covers) of the soil downwards, i.e. all depth values are positive numbers.
EXAMPLE H horizon 0-5 cm, A horizon 5-30 cm, B horizon 30-80 cm
NOTE Following rules should be taken into account
<ul>
<li>lowerValue and upperValue: should be positive values, </li>
<li>upperValue is the depth from the top of the element (e.g. 20)</li>
<li>lowerValue is the depth of the bottom of the element (e.g. 40)</li>
<li>if only upperValue is indicated: it is assumed that the lowerValue is unknown; this is only possible for the deepest layer or horizon of a profile.</li>
<li>if only lowerValue is indicated: it is assumed that the upperValue equals 0, and thus the range is between 0 and the lowerValue value</li>
</ul> |
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.
|
Navn |
Beskrivelse |
code list for profile element observations |
/*The observedProperty of the profile element observation shall be specified using a value from the ProfileElementParameterNameValue code list.*/
inv: self.profileElementParameter.observedProperty->oclIsKindOf(ProfileElementParameterNameValue) |
FoI of profile element observations |
/*To fill the featureOfInterest property of the profile element observations of a ProfileElement object, that same ProfileElement object shall be used.*/
inv: self.profileElementObservation.featureOfInterest = self |
result of profile element observations |
/*The result of the profile element observation shall be of type Number, CharacterString or RangeType.*/
inv: self.profileElementObservation.result->oclIsKindOf(Number) or self.profileElementObservation.result->oclIsKindOf(CharacterString) or self.profileElementObservation.result->oclIsKindOf(RangeType) |