{
  "id": "urn:ngsi-ld:UAV:1fa179a6-b507-4857-ad72-eb5513ef05c6",
  "type": "UnmannedAerialVehicle",
  "source": {
    "type": "Text",
    "value": "https://source.example.com"
  },
  "dataProvider": {
    "type": "Text",
    "value": "https://provider.example.com"
  },
  "uavModel": {
    "type": "Text",
    "value": "urn:ngsi-ld:UAVModel:23821045-33d4-46ec-b777-98f461bf4856"
  },
  "name": {
    "type": "Text",
    "value": "Yellow1"
  },
  "owner": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Person:cdfd9cb8-ae2b-47cb-a43a-b9767ffd5c84",
      "urn:ngsi-ld:Organization:1be9cd61-ef59-421f-a326-4b6c84411ad4"
    ]
  },
  "operator": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Person:cdfd9cb8-ae2b-47cb-a43a-b9767ffd5c84",
      "urn:ngsi-ld:Person:3d5f533e-5920-11e8-871b-534f1ae5f35d"
    ]
  },
  "operationMode": {
    "type": "Text",
    "value": "vlos"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -103.9904,
        39.7564
      ]
    }
  },
  "elevation": {
    "type": "Number",
    "value": 1000
  },
  "observedAt": {
    "type": "DateTime",
    "value": "2016-08-23T10:18:16Z"
  },
  "flightStatus": {
    "type": "Text",
    "value": "takeoff"
  },
  "workStatus": {
    "type": "Text",
    "value": "finish"
  },
  "groundSpeed": {
    "type": "Number",
    "value": 50
  },
  "fuel": {
    "type": "Number",
    "value": 50
  }
}