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