{
  "id": "urn:ngsi-ld:AgriCrop:df72dc57-1eb9-42a3-88a9-8647ecc954b4",
  "type": "AgriCrop",
  "dateCreated": {
    "type": "DateTime",
    "value": "2017-01-01T01:20:00Z"
  },
  "dateModified": {
    "type": "DateTime",
    "value": "2017-05-04T12:30:00Z"
  },
  "name": {
    "type": "Text",
    "value": "Wheat"
  },
  "alternateName": {
    "type": "Text",
    "value": "Triticum aestivum"
  },
  "agroVocConcept": {
    "type": "Text",
    "value": "http://aims.fao.org/aos/agrovoc/c_7951"
  },
  "seeAlso": {
    "type": "StructuredValue",
    "value": [
      "https://example.org/concept/wheat",
      "https://datamodel.org/example/wheat"
    ]
  },
  "description": {
    "type": "Text",
    "value": "Spring wheat"
  },
  "relatedSource": {
    "type": "StructuredValue",
    "value": [
      {
        "application": "urn:ngsi-ld:AgriApp:72d9fb43-53f8-4ec8-a33c-fa931360259a",
        "applicationEntityId": "app:weat"
      }
    ]
  },
  "hasAgriSoil": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:AgriSoil:00411b56-bd1b-4551-96e0-a6e7fde9c840",
      "urn:ngsi-ld:AgriSoil:e8a8389a-edf5-4345-8d2c-b98ac1ce8e2a"
    ]
  },
  "hasAgriFertiliser": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:AgriFertiliser:1b0d6cf7-320c-4a2b-b2f1-4575ea850c73",
      "urn:ngsi-ld:AgriFertiliser:380973c8-4d3b-4723-a899-0c0c5cc63e7e"
    ]
  },
  "hasAgriPest": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:AgriPest:1b0d6cf7-320c-4a2b-b2f1-4575ea850c73",
      "urn:ngsi-ld:AgriPest:380973c8-4d3b-4723-a899-0c0c5cc63e7e"
    ]
  },
  "plantingFrom": {
    "type": "StructuredValue",
    "value": [
      {
        "dateRange": "-09-28/-10-12",
        "description": "Best Season"
      },
      {
        "dateRange": "-10-11/-10-18",
        "description": "Season OK"
      }
    ]
  },
  "harvestingInterval": {
    "type": "StructuredValue",
    "value": [
      {
        "dateRange": "-03-21/-04-01",
        "description": "Best Season"
      },
      {
        "dateRange": "-04-02/-04-15",
        "description": "Season OK"
      }
    ]
  },
  "wateringFrequency": {
    "type": "Text",
    "value": "daily"
  }
}