{
  "id": "urn:ngsi-ld:EOAnalysis:02",
  "type": "EOAnalysis",
  "dateCreated": {
    "type": "DateTime",
    "value": "2020-03-13T15:42:00Z"
  },
  "dateModified": {
    "type": "DateTime",
    "value": "2020-03-13T15:45:00Z"
  },
  "analyzedAt": {
    "type": "DateTime",
    "value": "2020-12-24T12:00:00Z"
  },
  "isAnalysisOf": {
    "type": "Text",
    "value": "urn:ngsi-ld:EOProduct:123"
  },
  "provider": {
    "type": "Text",
    "value": "aqua3S/CERTH"
  },
  "resultDescription": {
    "type": "Text",
    "value": "The detected oil covers 1000 square meters"
  },
  "analysisType": {
    "type": "Text",
    "value": "Flood Detection"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            23.48993,
            42.415
          ],
          [
            23.66274,
            42.415
          ],
          [
            23.66274,
            42.53524
          ],
          [
            23.48993,
            42.53524
          ],
          [
            23.48993,
            42.415
          ]
        ]
      ]
    }
  }
}
