SoilSite

objekttype

Inspire revision 4711 Gyldig

-- Name -- soil site
area within a larger survey, study or monitored area, where a specific soil investigation is carried out. -- Description -- Site provides the object to describe: a.) the surroundings of the plot and/or b.) the larger piece of land that is directly linked to and described by all soil investigations on its one or more spots (SoilPlots). It thus provides the object to which soil data of different kind (or the same kind, but at different points in time, e.g. in soil monitoring) obtained on different plots is related as if it would have been collected at the very same place. This allows for: 1. combination of data that cannot be obtained on the very same place EXAMPLE: a soil pit and investigations on earthworm abundance cannot be done in the same place, but possibly some metres apart from each other. Nonetheless shall the results of both investigations be combined to inform about the soil state. or 2. comparison of soil condition after some time has elapsed. EXAMPLE: Organic carbon stock has been investigated using data from two monitoring periods that had to be conducted on spatially slightly separated places because the sampling is destructive. Nonetheless are the results of both periods regarded as giving an idea how organic carbon stock has changed over the years at the same place. The site is also the object to state the date and time information on validity, etc. The soil site might have delineation, but can be located with a centre or reference point location only. Delineated soil sites - possibly in the form of cadastral parcels - are especially used in the inventory of contaminated areas. NOTE Any plot can be linked to one specific site only, but several plots to one site. SOURCE GS Soil, modified
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
soilInvestigationPurpose -- Name -- soil investigation purpose SoilInvestigationPurposeValue (kodeliste) 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
GM_Object 1..1
SoilInvestigationPurposeValue 1..1
DateTime 1..1
DateTime 0..1
DateTime 1..1
DateTime 0..1
Name Type English Description
inspireId Identifier External object identifier of the soil site. -- 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 site. -- Description -- This can be a polygon defining an area in which the survey was conducted, but it can also be a point location which is used as reference point according to which the soil plots are determined.
soilInvestigationPurpose SoilInvestigationPurposeValue indication why a survey was conducted. -- Description -- For soil two main purposes are identified to carry out soil surveys. One is to classify the soil as a result of soil forming processes (generalSurvey) and the other one is to investigate soil for a specific reason (specificSurvey) like a possible contamination as a result of contaminating activities. This information gives the data user an idea about possible bias in the selection of the site and therefore representativeness of the data that were obtained for a special purpose.
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 SoilSite i NVDB Datakatalog

Id Navn Type Multiplisitet
Identifier 0 ..1
GM_Object 1 ..1
SoilInvestigationPurposeValue 1 ..1
DateTime 1 ..1
DateTime 0 ..1
DateTime 1 ..1
DateTime 0 ..1
Assosiasjonstype Navn Kilde Destinasjon
assosiasjon locatedOn SoilSite 0..1 isObservedOnLocation SoilPlot 1..*
arv subtype PossiblyContaminatedSoilSite supertype SoilSite
Navn Beskrivelse
code list for soil site observations /*The observedProperty of the soil site observation shall be specified using a value from the SoilSiteParameterNameValue code list.*/ inv: self.soilSiteParameter.observedProperty->oclIsKindOf(SoilSiteParameterNameValue)
FoI of soil site observations /*To fill the featureOfInterest property of the soil site observations of a SoilSite object, that same SoilSite object shall be used.*/ inv: self.soilSiteObservation.featureOfInterest = self
result of soil site observations /*The result of the soil site observation shall be of type Number, CharacterString or RangeType.*/ inv: self.soilSiteObservation.result->oclIsKindOf(Number) or self.soilSiteObservation.result->oclIsKindOf(CharacterString) or self.soilSiteObservation.result->oclIsKindOf(RangeType)