-
Notifications
You must be signed in to change notification settings - Fork 8
/
Recogniser-Input.jsonld
63 lines (63 loc) · 1.74 KB
/
Recogniser-Input.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/Recogniser-Input-context.jsonld"
],
"id": "urn:ngsi-ld:RecogniserInput:4aad67e8-9ae2-11e8-a2a9-f77b8d50602c",
"type": "RecogniserInput",
"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,
"contentType": {
"type": "Property",
"value": "image/jpeg"
},
"mediaUri": {
"type": "Property",
"value": {
"@value": "https://example.com/image/100890.jpeg",
"@type": "https://schema.org/url"
}
},
"mediaEncoded": {
"type": "Property",
"value": "iVBORw0KGgoAAAANSUhEUgAAAGcAAABkCAIAAAAUt...ErkJggg=="
},
"observedAt": {
"type": "Property",
"value": "2018-05-04T10:18:16Z"
},
"observedLocation": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-0.085972,
51.510153
]
}
},
"device": {
"type": "Relationship",
"object": "urn:ngsi-ld:Device:7a0708f6-9668-11e8-8f77-abc2b62ebaac"
},
"location": {
"type": "GeoProperty",
"value": {
"type": "Point",
"coordinates": [
-0.086127,
51.510286
]
}
},
"metadata": {
"type": "Property",
"value": {
"X-Resolution": 240,
"Y-Resolution": 240
}
}
}