{
  "id": "urn:ngsi-ld:OffGasStack:OffGasStack2",
  "type": "OffGasStack",
  "name": {
    "type": "Text",
    "value": "Off Gas Stack 2"
  },
  "description": {
    "type": "Text",
    "value": "Off gas stack from treatment lane 2."
  },
  "n2o": {
    "type": "Number",
    "value": 380
  },
  "co2": {
    "type": "Number",
    "value": 1.8
  },
  "ch4": {
    "type": "Number",
    "value": 35
  },
  "o2": {
    "type": "Number",
    "value": 18.6
  },
  "startsAt": {
    "type": "Text",
    "value": "urn:ngsi-ld:WasteWaterJunction:junction3"
  },
  "endsAt": {
    "type": "Text",
    "value": "urn:ngsi-ld:WasteWaterJunction:junction4"
  }
}