{
  "id": "did:consumpoint:EN04",
  "type": "ConsumptionPoint",
  "consumptionPointCategory": {
    "type": "StructuredValue",
    "value": [
      "building"
    ]
  },
  "name": {
    "type": "Text",
    "value": "CEIP JOAN MARAGALL"
  },
  "alternateName": {
    "type": "Text",
    "value": "Centre d'educaci\u00f3 infantil iprimaria Joan Maragall"
  },
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "ES",
      "streetAddress": "Passeig del Pintor Sert, 1-9",
      "addressLocality": "La Llagosta, Barcelona",
      "postalCode": "08120"
    }
  },
  "code": {
    "type": "Text",
    "value": "EN04"
  },
  "dateCreated": {
    "type": "DateTime",
    "value": "2016-08-08T10:18:16Z"
  },
  "dateModified": {
    "type": "DateTime",
    "value": "2016-08-08T10:18:16Z"
  },
  "description": {
    "type": "Text",
    "value": "Edifici pertanyent al centre educatiu"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Polygon",
      "coordinates": [
        [
          [
            100,
            0
          ],
          [
            101,
            0
          ],
          [
            101,
            1
          ],
          [
            100,
            1
          ],
          [
            100,
            0
          ]
        ]
      ]
    }
  }
}