SoilProfile

objekttype

Inspire revision 4711 Gyldig

-- Name -- soil profile
description of the soil that is characterized by a vertical succession of profile elements. -- Description -- NOTE The soil profile is abstracted from observations in a trial pit or a boring, or derived from expert knowledge using other soil profiles.
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
localIdentifier -- Name -- local identifier CharacterString 0..1
WRBSoilName -- Name -- WRB soil name WRBSoilNameType (datatype) 1..1
- WRBQualifierGroup -- Name -- WRB qualifier group WRBQualifierGroupType (datatype) 0..*
- WRBReferenceSoilGroup -- Name -- WRB reference soilgroup (RSG) WRBReferenceSoilGroupValue (kodeliste) 1..1
- isOriginalClassification -- Name -- is original classification Boolean 1..1
otherSoilName -- Name -- other soil name OtherSoilNameType (datatype) 0..*
- soilName -- Name -- soil name OtherSoilNameTypeValue (kodeliste) 1..1
- isOriginalClassification -- Name -- is original classification Boolean 1..1
validFrom -- Name -- valid from DateTime 1..1
validTo -- Name -- valid to DateTime 0..1
beginLifespanVersion -- Name -- begin lifespan version DateTime 1..1
endLifespanVersion -- Name -- end lifespan version DateTime 0..1
Navn Type Lengde Multiplisitet
Identifier 0..1
CharacterString 0..1
WRBSoilNameType 1..1
OtherSoilNameType 0..*
DateTime 1..1
DateTime 0..1
DateTime 1..1
DateTime 0..1
Name Type English Description
inspireId Identifier External object identifier of the soil profile. -- 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.
localIdentifier CharacterString unique identifier of the soil profile given by the data provider of the dataset.
WRBSoilName WRBSoilNameType identification of the soil profile. -- Description -- NOTE The structure of the WRBSoilNameType was based on the World reference base for soil resources 2006, first update 2007. World Soil Resources Reports no 103. Food and Agriculture Organization of the United Nations, Rome 2007. EXAMPLE Lixic Vertic Ferralsol (Ferric, Rhodic); WRB version 2006 (update 2007) or 2010.
otherSoilName OtherSoilNameType Identification of the soil profile according to a specific classification scheme.
validFrom DateTime The time when the phenomenon started to exist in the real world.
validTo DateTime The time from which the phenomenon no longer exists in the real world.
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 SoilProfile i NVDB Datakatalog

Id Navn Type Multiplisitet
Identifier 0 ..1
CharacterString 0 ..1
WRBSoilNameType 1 ..1
OtherSoilNameType 0 ..*
DateTime 1 ..1
DateTime 0 ..1
DateTime 1 ..1
DateTime 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon isDescribedBy ProfileElement 1..* isPartOf SoilProfile 1
arv subtype ObservedSoilProfile supertype SoilProfile
arv subtype DerivedSoilProfile supertype SoilProfile
Navn Beskrivelse
code list for soil profile observations /*The observedProperty of the soil profile observation shall be specified using a value from the SoilProfileParameterNameValue code list.*/ inv: self.soilProfileParameter.observedProperty->oclIsKindOf(SoilProfileParameterNameValue)
FoI of soil profile observations /*To fill the featureOfInterest property of the soil profile observations of a SoilProfile object, that same SoilProfile object shall be used.*/ inv: self.soilProfileObservation.featureOfInterest = self
result of soil profile observations /*The result of the soil profile observation shall be of type Number, CharacterString or RangeType.*/ inv: self.soilProfileObservation.result->oclIsKindOf(Number) or self.soilProfileObservation.result->oclIsKindOf(CharacterString) or self.soilProfileObservation.result->oclIsKindOf(RangeType)