-
Notifications
You must be signed in to change notification settings - Fork 8
/
Recogniser-Result.jsonld
36 lines (36 loc) · 1.14 KB
/
Recogniser-Result.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
{
"@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-Result-context.jsonld"
],
"id": "urn:ngsi-ld:RecogniserResult:0df4c88a-9ae4-11e8-965d-0f9a6c9e5225",
"type": "RecogniserResult",
"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,
"input": {
"type": "Relationship",
"object": "urn:ngsi-ld:RecogniserInput:4aad67e8-9ae2-11e8-a2a9-f77b8d50602c"
},
"processedAt": {
"type": "Property",
"value": "2018-05-04T10:18:16Z"
},
"processedDuration": {
"type": "Property",
"value": "000:01:35"
},
"recognisedFeatures": {
"type": "Property",
"value": [
{
"classification": "car",
"registration": "8128",
"confidence": 0.98,
"action": "none"
}
]
}
}