{
  "id": "urn:ngsi-ld:AgriParcelRecord:8f5445e6-f49b-496e-833b-e65fc97fcab7",
  "type": "Feature",
  "geometry": {
    "type": "GeoProperty",
    "value": {
      "type": "Polygon",
      "coordinates": [
        [
          100,
          0
        ],
        [
          101,
          0
        ],
        [
          101,
          1
        ],
        [
          100,
          1
        ],
        [
          100,
          0
        ]
      ]
    }
  },
  "properties": {
    "@context": [
      "https://smartdatamodels.org/context.jsonld",
      "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
    ],
    "type": "AgriParcelRecord",
    "createdAt": "2017-01-01T01:20:00Z",
    "modifiedAt": "2017-05-04T12:30:00Z",
    "relatedSource": {
      "type": "Property",
      "value": [
        {
          "application": "urn:ngsi-ld:AgriApp:72d9fb43-53f8-4ec8-a33c-fa931360259a",
          "applicationEntityId": "app:parcelrec1"
        }
      ]
    },
    "seeAlso": {
      "type": "Property",
      "value": [
        "https://example.org/concept/agriparcelrec",
        "https://datamodel.org/example/agriparcelrec"
      ]
    },
    "hasAgriParcel": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:AgriParcel:d3676010-d815-468c-9e01-25739c5a25ed"
    },
    "location": {
      "type": "GeoProperty",
      "value": {
        "type": "Polygon",
        "coordinates": [
          [
            100,
            0
          ],
          [
            101,
            0
          ],
          [
            101,
            1
          ],
          [
            100,
            1
          ],
          [
            100,
            0
          ]
        ]
      }
    },
    "soilTemperature": {
      "type": "Property",
      "value": 27,
      "unitCode": "CEL",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "soilMoistureVwc": {
      "type": "Property",
      "value": 0.08,
      "unitCode": "C62",
      "observedAt": "2017-05-04T12:30:00Z",
      "depth": {
        "type": "Property",
        "value": 20,
        "unitCode": "CMT"
      }
    },
    "soilMoistureEc": {
      "type": "Property",
      "value": 17,
      "unitCode": "D10",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "airTemperature": {
      "type": "Property",
      "value": 20,
      "unitCode": "CEL",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "solarRadiation": {
      "type": "Property",
      "value": 15,
      "unitCode": "N78",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "relativeHumidity": {
      "type": "Property",
      "value": 0.15,
      "unitCode": "C62",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "atmosphericPressure": {
      "type": "Property",
      "value": 1013.25,
      "unitCode": "A97",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "soilSalinity": {
      "type": "Property",
      "value": 1198.11,
      "unitCode": "D10",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "leafWetness": {
      "type": "Property",
      "value": 1.0,
      "unitCode": "P1",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "leafRelativeHumidity": {
      "type": "Property",
      "value": 0.25,
      "unitCode": "P1",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "leafTemperature": {
      "type": "Property",
      "value": 25.1,
      "unitCode": "CEL",
      "observedAt": "2017-05-04T12:30:00Z"
    },
    "description": {
      "type": "Property",
      "value": "Monthly fertiliser application"
    },
    "hasDevice": {
      "type": "Relationship",
      "object": [
        "urn:ngsi-ld:Device:4a40aeba-4474-11e8-86bf-03d82e958ce6",
        "urn:ngsi-ld:Device:63217d24-4474-11e8-9da2-c3dd3c36891b",
        "urn:ngsi-ld:Device:68e091dc-4474-11e8-a398-df010c53b416",
        "urn:ngsi-ld:6f44b54e-4474-11e8-8577-d7ff6a8ef551"
      ]
    },
    "observedAt": {
      "type": "Property",
      "value": {
        "@type": "DateTime",
        "@value": "2017-05-04T12:30:00Z"
      }
    }
  }
}