{
  "id": "urn:ngsi-ld:EOGeoDataLayer:1",
  "type": "EOGeoDataLayer",
  "createdAt": {
    "type": "DateTime",
    "value": "2020-03-13T15:42:00Z"
  },
  "modifiedAt": {
    "type": "DateTime",
    "value": "2020-03-13T15:45:00Z"
  },
  "isOutputOf": {
    "type": "Text",
    "value": "urn:ngsi-ld:EOAnalysis:02"
  },
  "localServerPath": {
    "type": "Text",
    "value": "/data/www/oil_map.tif"
  },
  "storageFormat": {
    "type": "Text",
    "value": "GeoTIFF"
  },
  "geoMetadata": {
    "type": "Text",
    "value": "/data/www/metadata_oil.xml"
  },
  "contentInformation": {
    "type": "StructuredValue",
    "value": [
      {
        "layer_name": "band1",
        "layer_categorization": "categorical",
        "values_explanation": [
          "1:oil",
          "0:water"
        ]
      }
    ]
  },
  "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
          ]
        ]
      ]
    }
  }
}