-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathBuilding-Operation.jsonld
75 lines (75 loc) · 2.36 KB
/
Building-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
64
65
66
67
68
69
70
71
72
73
74
75
{
"@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/Building-Operation-context.jsonld"
],
"id": "urn:ngsi-ld:BuildingOperation:57b912ab-eb47-4cd5-bc9d-73abece1f1b3",
"type": "BuildingOperation",
"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,
"building": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:f59e2074-0032-4ccd-b0dd-f06370ffb6af"
},
"operationType": {
"type": "Property",
"value": "Air Conditioning Switch To Low Power"
},
"description": {
"type": "Property",
"value": "Air conditioning levels reduced due to out of hours"
},
"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": "finished"
},
"operator": {
"type": "Relationship",
"object": "urn:ngsi-ld:Person:3ac33d78-4716-11e8-b332-3bfc33a871b7"
},
"startedAt": {
"type": "Property",
"value": "2016-08-22T10:18:16Z"
},
"endedAt": {
"type": "Property",
"value": "2016-08-28T10:18:16Z"
},
"operationSequence": {
"type": "Property",
"value": [
"Fan levels reduced to minimum",
"Target temperature set to 24 degrees Celsius"
]
},
"relatedBuildingOperations": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:BuildingOperation:b4fb8bff-1a8f-455f-8cc0-ca43c069f865",
"urn:ngsi-ld:BuildingOperation:55c24793-3437-4157-9bda-667c9e1531fc",
"urn:ngsi-ld:BuildingOperation:714b95f2-4716-11e8-b488-7f92794ea9de"
]
},
"relatedOperations": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:DeviceOperation:7a464b84-4716-11e8-8b3f-bbe95bc73eb2",
"urn:ngsi-ld:MachineOperation:8304a16c-4716-11e8-86c5-2b1c5e248f62"
]
}
}