EntityTemporal-example_C5.5.3.json 609 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "urn:ngsi-ld:Vehicle:B9211",
  "type": "Vehicle",
  "brandName": [
    {
      "type": "Property",
      "value": "Volvo"
    }
  ],
  "speed": [
    {
      "type": "Property",
      "value": 120,
canterafonsj's avatar
canterafonsj committed
14
      "observedAt": "2018-08-01T12:03:00Z"
canterafonsj's avatar
canterafonsj committed
15
16
17
18
    },
    {
      "type": "Property",
      "value": 80,
canterafonsj's avatar
canterafonsj committed
19
      "observedAt": "2018-08-01T12:05:00Z"
canterafonsj's avatar
canterafonsj committed
20
21
22
23
    },
    {
      "type": "Property",
      "value": 100,
canterafonsj's avatar
canterafonsj committed
24
      "observedAt": "2018-08-01T12:07:00Z"
canterafonsj's avatar
canterafonsj committed
25
26
27
    }
  ],
  "@context": [
28
    "http://example.org/ngsi-ld/vehicle.jsonld",  
André Costa's avatar
André Costa committed
29
    "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld"
canterafonsj's avatar
canterafonsj committed
30
31
  ]
}