Entity_temporalValues_C.5.6.3.json 553 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "id": "urn:ngsi-ld:Vehicle:B9211",
  "type": "Vehicle",
  "brandName": {
    "type": "Property",
    "values": [
      [
        "Volvo",
        ""
      ]
    ]
  },
  "speed": {
    "type": "Property",
    "values": [
      [
        120,
canterafonsj's avatar
canterafonsj committed
        "2018-08-01T12:03:00Z"
canterafonsj's avatar
canterafonsj committed
      ],
      [
        80,
canterafonsj's avatar
canterafonsj committed
        "2018-08-01T12:05:00Z"
canterafonsj's avatar
canterafonsj committed
      ],
      [
        100,
canterafonsj's avatar
canterafonsj committed
        "2018-08-01T12:07:00Z"
canterafonsj's avatar
canterafonsj committed
      ]
    ]
  },
  "@context": [
    "http://example.org/ngsi-ld/vehicle.jsonld",
    "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"