-
Notifications
You must be signed in to change notification settings - Fork 7
/
SensorDataExample1.jsonld
122 lines (122 loc) · 2.74 KB
/
SensorDataExample1.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"@context": [
"https://ref.gs1.org/standards/epcis/2.0.0/epcis-context.jsonld",
{
"example": "http://ns.example.com/epcis/"
}
],
"id": "https://id.example.org/document1",
"type": "EPCISDocument",
"schemaVersion": "2.0",
"creationDate": "2005-07-11T11:30:47.0Z",
"epcisBody": {
"eventList": [
{
"eventID": "ni:///sha-256;74f1dc48ee22289bc40ddd9f1d0ecae0dd09a2f4c3dfa66fdbca16cb2d8a4e77?ver=CBV2.0",
"type": "ObjectEvent",
"action": "OBSERVE",
"bizStep": "inspecting",
"epcList": [
"urn:epc:id:sgtin:4012345.011111.9876"
],
"eventTime": "2019-04-02T15:00:00.000+01:00",
"eventTimeZoneOffset": "+01:00",
"readPoint": {
"id": "urn:epc:id:sgln:4012345.00005.0"
},
"sensorElementList": [
{
"sensorMetadata": {
"time": "2019-04-02T14:05:00.000+01:00",
"deviceID": "urn:epc:id:giai:4000001.111",
"deviceMetadata": "https://id.gs1.org/8004/4000001111",
"rawData": "https://example.org/8004/401234599999"
},
"sensorReport": [
{
"type": "Temperature",
"value": 26.0,
"uom": "CEL"
},
{
"type": "AbsoluteHumidity",
"value": 12.1,
"uom": "A93"
},
{
"type": "Speed",
"value": 160.0,
"uom": "KMH"
},
{
"type": "Illuminance",
"value": 800.0,
"uom": "LUX"
}
]
},
{
"sensorMetadata": {
"time": "2019-04-02T14:35:00.000+01:00",
"deviceID": "urn:epc:id:giai:4000001.111",
"deviceMetadata": "https://id.gs1.org/8004/4000001111",
"rawData": "https://example.org/8004/401234599999"
},
"sensorReport": [
{
"type": "Temperature",
"value": 26.1,
"uom": "CEL"
},
{
"type": "AbsoluteHumidity",
"value": 12.2,
"uom": "A93"
},
{
"type": "Speed",
"value": 161.0,
"uom": "KMH"
},
{
"type": "Illuminance",
"value": 801.0,
"uom": "LUX"
}
]
},
{
"sensorMetadata": {
"time": "2019-04-02T14:55:00.000+01:00",
"deviceID": "urn:epc:id:giai:4000001.111",
"deviceMetadata": "https://id.gs1.org/8004/4000001111",
"rawData": "https://example.org/8004/401234599999"
},
"sensorReport": [
{
"type": "Temperature",
"value": 26.2,
"uom": "CEL"
},
{
"type": "AbsoluteHumidity",
"value": 12.2,
"uom": "A93"
},
{
"type": "Speed",
"value": 162.0,
"uom": "KMH"
},
{
"type": "Illuminance",
"value": 802.0,
"uom": "LUX"
}
]
}
]
}
]
}
}