-
Notifications
You must be signed in to change notification settings - Fork 8
/
Vehicle-Fault-context.jsonld
25 lines (25 loc) · 1.16 KB
/
Vehicle-Fault-context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"@context": {
"source": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/source",
"dataProvider": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dataprovider",
"entityVersion": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/entityversion",
"vehicle": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/vehicle",
"eventType": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/eventtype",
"location": "http://uri.etsi.org/ngsi-ld/location",
"processingType": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/processingtype",
"resolvedAt": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/resolvedat"
},
"dtCode": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dtcode",
"faultLog": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/faultlog",
"dateIdentified": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dateidentified"
},
"dateProcessed": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dateprocessed"
}
}
}