Table of Contents

pfSoilSample

Description

A general soil sampling schema.

The pfSoilSample schema inherits from observationType.

Properties

Name Description Required Type
Priority No workItemPriorityType
SamplingMethod Citation or other URI to page describing the sampling method No string
SamplingGeometry Geometry indicating where the soil sample is taken No geoJsonGeometry
Depth The soil sampling depth No pfProfileDepthType
ObservationDate UTC Date (required) and time (optional) the sample was taken Yes date-time
PhenomenonStartTime ISO UTC DateTime No date-time
PhenomenonEndTime ISO UTC DateTime No date-time
Holding Reference to the holding on which this observation was performed. No featureReferenceType
Feature Reference to the feature to which this observation applies. Alternative to features[]. No featureReferenceType
Features Array of features to which this observation applies. Alternative to feature. No Array of  featureReferenceType
Responsible Identifier of the person responsible for the observation No string
Remark Notes or remarks field No string
Id Unique identifier (UUID) used within the current server to identify the resource. Yes string
Identifiers Identifiers for the resource (see well-known/schemes... for example identity schemes). No Array of  identifierType
Links Linked resources that are related to the current resource. No Array of  relationType
Meta Meta-data for the resource. Mandatory if you wish to support synchronisation. Yes metaDataType
Name A user-readable name for the resource. No string
Self Uniform resource identifier (URI) of the resource (rel=self). No string

Examples

Example 1

{
  "id": "0e952cd8-dffd-4fb5-b4fa-8a245c06c6d9",
  "description": "Soil sampling 23/05/2024",
  "meta": {
    "sourceId": {
      "id": "123456789",
      "scheme": "uk.co.soilsampling.job"
    },
    "modified": "2024-05-24T11:16:56Z"
  },
  "observationDate": "2024-05-23T00:00:00Z",
  "holdingId": "020a73a2-6b9e-451a-9984-62a458670746",
  "featureId": "2b3df1bf-8b53-4429-a531-df6bb4cbc608",
  "priority": "Medium",
  "samplingMethod": "https://www.extension.purdue.edu/extmedia/AY/AY-368-w.pdf",
  "samplingGeometry": {
    "geometry": {
      "coordinates": [
        [
          [
            175.36789819531776,
            -37.74521332738721
          ],
          [
            175.36432165382598,
            -37.74747616457623
          ],
          [
            175.36847864019472,
            -37.75157825727582
          ],
          [
            175.37224789227093,
            -37.74920317795343
          ],
          [
            175.36789819531776,
            -37.74521332738721
          ]
        ]
      ]
    }
  },
  "depth": {
    "lower": {
      "measurement": 75,
      "units": "MMT"
    },
    "upper": {
      "measurement": 0,
      "units": "MMT"
    }
  }
}