{
  "id": "urn:ngsi-ld:IndoorEnvironmentObserved:urn:ngsi:MuseoDemo_Room_1",
  "type": "Feature",
  "geometry": {
    "type": "GeoProperty",
    "value": {
      "type": "Point",
      "coordinates": [
        40,
        11
      ]
    }
  },
  "properties": {
    "type": "IndoorEnvironmentObserved",
    "dateObserved": {
      "type": "Property",
      "value": "2016-03-15T11:00:00/2016-03-15T12:00:00"
    },
    "refPointOfInterest": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:PointOfInterest:urn:ngsi:MuseoDemo"
    },
    "location": {
      "type": "GeoProperty",
      "value": {
        "type": "Point",
        "coordinates": [
          40,
          11
        ]
      }
    },
    "address": {
      "type": "Property",
      "value": {
        "addressCountry": "IT",
        "addressLocality": "Demo city",
        "streetAddress": "Demo address",
        "type": "PostalAddress"
      }
    },
    "peopleCount": {
      "type": "Property",
      "value": 10
    },
    "temperature": {
      "type": "Property",
      "value": 12.2
    },
    "relativeHumidity": {
      "type": "Property",
      "value": 0.54
    },
    "illuminance": {
      "type": "Property",
      "value": 1000
    },
    "CO": {
      "type": "Property",
      "value": 500,
      "unitCode": "GP"
    },
    "NO": {
      "type": "Property",
      "value": 45,
      "unitCode": "GQ"
    },
    "NOx": {
      "type": "Property",
      "value": 139,
      "unitCode": "GQ"
    },
    "NO2": {
      "type": "Property",
      "value": 69,
      "unitCode": "GQ"
    },
    "SO2": {
      "type": "Property",
      "value": 11,
      "unitCode": "GQ"
    },
    "@context": [
      "https://fiware.github.io/data-models/context.jsonld",
      "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld"
    ]
  }
}