{
  "id": "urn:ngsi-ld:UAVTMS:e0ad01b2-592a-11e8-bf93-cf2039a6c0cf",
  "type": "UnmannedAerialVehicleTMS",
  "source": {
    "type": "Text",
    "value": "https://source.example.com"
  },
  "dataProvider": {
    "type": "Text",
    "value": "https://provider.example.com"
  },
  "name": {
    "type": "Text",
    "value": "PowerTMS"
  },
  "softwareApplication": {
    "type": "StructuredValue",
    "value": {
      "@type": "https://schema.org/SoftwareApplication",
      "operatingSystem": "Linux",
      "softwareVersion": "8.3",
      "applicationCategory": "Guidance"
    }
  },
  "operationalInstance": {
    "type": "Text",
    "value": "http://example.com/uavtms"
  },
  "owner": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Person:bd710472-592b-11e8-852c-6fd149eae28a",
      "urn:ngsi-ld:Organization:c5d75a1c-592b-11e8-8a09-3bd13644426b"
    ]
  },
  "operator": {
    "type": "StructuredValue",
    "value": [
      "urn:ngsi-ld:Person:bd710472-592b-11e8-852c-6fd149eae28a",
      "urn:ngsi-ld:Person:cbec3f1c-592b-11e8-943c-57802974f852"
    ]
  }
}