-
Notifications
You must be signed in to change notification settings - Fork 8
/
Fleet-Vehicle-Operation.jsonld
63 lines (63 loc) · 1.86 KB
/
Fleet-Vehicle-Operation.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"@context": [
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json",
"https://raw.githubusercontent.com/GSMADeveloper/NGSI-LD-Entities/master/examples/Fleet-Vehicle-Operation-context.jsonld"
],
"id": "urn:ngsi-ld:FleetVehicleOperation:8e876a60-5aa3-11e8-b350-d7b51a09fb6c",
"type": "FleetVehicleOperation",
"createdAt": "2017-01-01T01:20:00Z",
"modifiedAt": "2017-05-04T12:30:00Z",
"source": "https://source.example.com",
"dataProvider": "https://provider.example.com",
"entityVersion": 2.0,
"fleetVehicle": {
"type": "Relationship",
"object": "urn:ngsi-ld:FleetVehicle:84c6a3a8-5aa6-11e8-bedc-27e105edd16f"
},
"fleetVehicleStatus": {
"type": "Relationship",
"object": "urn:ngsi-ld:FleetVehicleStatus:0284e0dc-5aa4-11e8-97e6-2351fc70c286"
},
"initiatingLocation": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-104.99404,
39.75621
]
}
},
"startedAt": {
"type": "Property",
"value": "2016-08-22T10:18:16Z"
},
"endedAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
},
"operationType": {
"type": "Property",
"value": "Patient transportation"
},
"description": {
"type": "Property",
"value": "An emergency tranportation of a 3 year old boy"
},
"result": {
"type": "Property",
"value": "Completed"
},
"responseTime": {
"type": "Property",
"value": 2500,
"unitCode": "SEC",
"observedAt": "2016-08-28T10:18:16Z"
},
"transportTime": {
"type": "Property",
"value": 1220,
"unitCode": "SEC",
"observedAt": "2016-08-28T10:18:16Z"
}
}