-
Notifications
You must be signed in to change notification settings - Fork 8
/
Smart-Meter-Observed.jsonld
64 lines (64 loc) · 1.8 KB
/
Smart-Meter-Observed.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
{
"@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/Smart-Meter-Observed-context.jsonld"
],
"id": "urn:ngsi-ld:SmartMeterObserved:bc7930aa-965f-11e8-b327-2be817efd126",
"type": "SmartMeterObserved",
"createdAt": "2018-07-01T01:20:00Z",
"modifiedAt": "2018-07-04T12:30:00Z",
"source": "https://source.example.com",
"dataProvider": "https://provider.example.com",
"entityVersion": 2.0,
"smartMeter": {
"type": "Relationship",
"object": "urn:ngsi-ld:SmartMeter:8ac0db56-9adf-11e8-ad67-e7308e2e8b15"
},
"location": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-103.9904,
39.7564
]
}
},
"observedAt": {
"type": "Property",
"value": "2018-05-04T10:18:16Z"
},
"totalConsumption": {
"type": "Property",
"value": 1076.5,
"unitCode": "KWH"
},
"photo": {
"type": "Property",
"value": "iVBORw0KGgoAAAANSUhEUgAAAGcAAABkCAIAAAAUt...ErkJggg=="
},
"peakConsumption": {
"type": "Property",
"value": 976.5,
"unitCode": "KWH"
},
"offPeakConsumption": {
"type": "Property",
"value": 100.0,
"unitCode": "KWH"
},
"powerFactor": {
"type": "Property",
"value": 1.05,
"unitCode": "C62"
},
"place": {
"type": "Property",
"value": {
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
}
}
}