{
  "id": "streetlightgroup:mycity:A12",
  "type": "StreetlightGroup",
  "circuitId": {
    "type": "Text",
    "value": "C-456-A467"
  },
  "powerState": {
    "type": "Text",
    "value": "on"
  },
  "dateLastSwitchingOn": {
    "type": "DateTime",
    "value": "2016-07-07T19:59:06.618Z"
  },
  "refStreetlightCabinetController": {
    "type": "Text",
    "value": "cabinetcontroller:CC45A34"
  },
  "dateLastSwitchingOff": {
    "type": "DateTime",
    "value": "2016-07-07T07:59:06.618Z"
  },
  "switchingOnHours": {
    "type": "StructuredValue",
    "value": [
      {
        "hours": "Mo,Su 16:00-02:00",
        "to": "--01-07",
        "from": "--11-30",
        "description": "Christmas"
      }
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "MultiLineString",
      "coordinates": [
        [
          [
            100.0,
            0.0
          ],
          [
            101.0,
            1.0
          ]
        ],
        [
          [
            102.0,
            2.0
          ],
          [
            103.0,
            3.0
          ]
        ]
      ]
    }
  },
  "areaServed": {
    "type": "Text",
    "value": "Calle Comercial Centro"
  }
}