-
Notifications
You must be signed in to change notification settings - Fork 8
/
Device-Operation.jsonld
63 lines (63 loc) · 1.73 KB
/
Device-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/Device-Operation-context.jsonld"
],
"id": "urn:ngsi-ld:DeviceOperation:27577638-bd8a-4732-b418-fc8b949a0b0f",
"type": "DeviceOperation",
"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,
"device": {
"type": "Relationship",
"object": "urn:ngsi-ld:Device:2033a7c7-d31b-48e7-91c2-014dc426c29e"
},
"operationType": {
"type": "Property",
"value": [
"fault"
]
},
"description": {
"type": "Property",
"value": "Backup battery needs replacement"
},
"result": {
"type": "Property",
"value": "ok"
},
"plannedStartAt": {
"type": "Property",
"value": "2016-08-22T10:18:16Z"
},
"plannedEndAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
},
"status": {
"type": "Property",
"value": "ongoing"
},
"operator": {
"type": "Relationship",
"object": "urn:ngsi-ld:Person:fe018d4e-46f8-11e8-ae6b-df5577f85836"
},
"startedAt": {
"type": "Property",
"value": "2016-08-22T10:18:16Z"
},
"endedAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
},
"reportedAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
},
"addressedAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
}
}