{
  "id": "urn:ngsi-ld:Mitigation:01",
  "type": "Feature",
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          23.6627,
          41.88768
        ],
        [
          25.85598,
          43.38622
        ],
        [
          23.4899,
          43.78691
        ],
        [
          22.35609,
          42.28869
        ],
        [
          23.6627,
          41.88769
        ]
      ]
    ]
  },
  "properties": {
    "type": "Mitigation",
    "validFrom": "2021-02-18T12:00:00Z",
    "validTo": "2021-02-18T12:00:00Z",
    "location": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            23.6627,
            41.88768
          ],
          [
            25.85598,
            43.38622
          ],
          [
            23.4899,
            43.78691
          ],
          [
            22.35609,
            42.28869
          ],
          [
            23.6627,
            41.88769
          ]
        ]
      ]
    },
    "threat": "physical",
    "consequence": "reputation",
    "description": "Mitigation01 Corresponds to reboot the pump",
    "event": "interruption",
    "likelihood": 0.5,
    "affects": [
      "urn:ngsi-ld:ServiceGISData:01"
    ],
    "apply": [
      "urn:ngsi-ld:Measure:01"
    ],
    "@context": [
      "https://smartdatamodels.org/context.jsonld"
    ]
  }
}