{
  "id": "urn:ngsi-ld:AgriParcelOperation:e1e9d3a3-074f-46f1-9375-52000d05a62b",
  "type": "AgriParcelOperation",
  "dateCreated": {
    "type": "DateTime",
    "value": "2017-01-01T01:20:00Z"
  },
  "dateModified": {
    "type": "DateTime",
    "value": "2017-05-04T12:30:00Z"
  },
  "relatedSource": {
    "type": "StructuredValue",
    "value": [
      {
        "application": "urn:ngsi-ld:AgriApp:72d9fb43-53f8-4ec8-a33c-fa931360259a",
        "applicationEntityId": "app:parcelop1"
      }
    ]
  },
  "seeAlso": {
    "type": "StructuredValue",
    "value": [
      "https://example.org/concept/agriparcelop",
      "https://datamodel.org/example/agriparcelop"
    ]
  },
  "hasAgriParcel": {
    "type": "Text",
    "value": "urn:ngsi-ld:AgriParcel:318366a9-7643-4d8e-9a11-c76a8c29d8eb"
  },
  "operationType": {
    "type": "Text",
    "value": "fertiliser"
  },
  "description": {
    "type": "Text",
    "value": "Monthly fertiliser application"
  },
  "result": {
    "type": "Text",
    "value": "ok"
  },
  "plannedStartAt": {
    "type": "DateTime",
    "value": "2016-08-22T10:18:16Z"
  },
  "plannedEndAt": {
    "type": "DateTime",
    "value": "2016-08-28T10:18:16Z"
  },
  "status": {
    "type": "Text",
    "value": "finished"
  },
  "hasOperator": {
    "type": "Text",
    "value": "urn:ngsi-ld:Person:fce9dcbc-4479-11e8-9de1-cb228de7a15c"
  },
  "startedAt": {
    "type": "DateTime",
    "value": "2016-08-22T10:18:16Z"
  },
  "endedAt": {
    "type": "DateTime",
    "value": "2016-08-28T10:18:16Z"
  },
  "reportedAt": {
    "type": "DateTime",
    "value": "2016-08-28T10:18:16Z"
  },
  "hasAgriProductType": {
    "type": "Text",
    "value": "urn:ngsi-ld:AgriProductType:a8f616b8-13fb-473a-8e61-b7a80c6c93ec"
  },
  "quantity": {
    "type": "Number",
    "value": 40
  },
  "waterSource": {
    "type": "Text",
    "value": "rainwater capture"
  },
  "workOrder": {
    "type": "Text",
    "value": "https://example.com/agriparcelrecords/workorder1"
  },
  "workRecord": {
    "type": "Text",
    "value": "https://example.com/agriparcelrecords/workrecord1"
  },
  "irrigationRecord": {
    "type": "Text",
    "value": "https://example.com/agriparcelrecords/irrigationrecord1"
  }
}