[
  {
    "@context": "http://context.json-ld",
    "id": "urn:ngsi-ld:Lamp:lamp1",
    "type": "Lamp",
    "controlledAsset": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Building:001"
    },
    "controlledProperty": {
      "type": "Property",
      "value": "StaticValue",
      "includes": {
        "type": "Property",
        "value": "bell"
      }
    },
    "luminosity": {
      "type": "Property",
      "value": 87,
      "unitCode": "CAL",
      "providedBy": {
        "type": "Relationship",
        "object": "urn:ngsi-ld:Lamp:lamp1"
      }
    }
  },
  {
    "@context": "http://context.json-ld",
    "id": "urn:ngsi-ld:Building:001",
    "type": "Building",
    "luminosity": {
      "type": "Property",
      "value": 87,
      "unitCode": "CAL",
      "providedBy": {
        "type": "Relationship",
        "object": "urn:ngsi-ld:Lamp:lamp1"
      }
    }
  }
]
