Vehicle_C2.2.json 600 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "id": "urn:ngsi-ld:Vehicle:A4567",
  "type": "Vehicle",
  "brandName": {
    "type": "Property",
    "value": "Mercedes"
  },
  "isParked": {
    "type": "Relationship",
    "object": "urn:ngsi-ld:OffStreetParking:Downtown1",
canterafonsj's avatar
canterafonsj committed
    "observedAt": "2017-07-29T12:00:04Z",
canterafonsj's avatar
canterafonsj committed
    "providedBy": {
      "type": "Relationship",
      "object": "urn:ngsi-ld:Person:Bob"
    }
  },
  "@context": [
canterafonsj's avatar
canterafonsj committed
    "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
canterafonsj's avatar
canterafonsj committed
    "http://example.org/cim/commonTerms.jsonld",
    "http://example.org/cim/vehicle.jsonld",
    "http://example.org/cim/parking.jsonld"
  ]
}