-
Notifications
You must be signed in to change notification settings - Fork 8
/
Product-Record.jsonld
86 lines (86 loc) · 2.34 KB
/
Product-Record.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
{
"@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/Product-Record-context.jsonld"
],
"id": "urn:ngsi-ld:ProductRecord:85d05a21-6907-44b3-83d8-85d8a713d003",
"type": "ProductRecord",
"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,
"product": {
"type": "Relationship",
"object": "urn:ngsi-ld:Product:d3676010-d815-468c-9e01-25739c5a25ed"
},
"location": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-104.99404,
39.75621
]
}
},
"temperature": {
"type": "Property",
"value": 3.823,
"unitCode": "CEL",
"observedAt": "2017-05-04T12:30:00Z"
},
"relativeHumidity": {
"type": "Property",
"value": 0.7,
"unitCode": "C62",
"observedAt": "2017-05-04T12:30:00Z"
},
"atmosphericPressure": {
"type": "Property",
"value": 1006.19,
"unitCode": "A97",
"observedAt": "2017-05-04T12:30:00Z"
},
"description": {
"type": "Property",
"value": "Palm oil consignment arrived at port for shipment"
},
"weight": {
"type": "Property",
"value": {
"value": 2550,
"unitText": "grammes"
},
"unitCode": "GRM",
"observedAt": "2017-05-04T12:30:00Z"
},
"netWeight": {
"type": "Property",
"value": {
"value": 2500,
"unitText": "grammes"
},
"unitCode": "GRM",
"observedAt": "2017-05-04T12:30:00Z"
},
"volume": {
"type": "Property",
"unitCode": "MTQ",
"value": 1.7,
"observedAt": "2017-05-04T12:30:00Z"
},
"observedAt": {
"type": "Property",
"value": "2017-05-04T10:18:16Z"
},
"O2": {
"type": "Property",
"value": {
"value": 300,
"unitText": "microgramme per cubic metre"
},
"unitCode": "GQ",
"observedAt": "2017-05-04T12:30:00Z"
}
}