-
Notifications
You must be signed in to change notification settings - Fork 8
/
UAV-UTM-Flight-Message.jsonld
38 lines (38 loc) · 1.24 KB
/
UAV-UTM-Flight-Message.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
{
"@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/UAV-UTM-Flight-Message-context.jsonld"
],
"id": "urn:ngsi-ld:UAVUTMFlightMessage:4de63bda-592c-11e8-a603-234826e9b9fe",
"type": "UAVUTMFlightMessage",
"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,
"uav": {
"type": "Relationship",
"object": "urn:ngsi-ld:UAV:23821045-33d4-46ec-b777-98f461bf4856"
},
"observedAt": {
"type": "Property",
"value": "2016-08-23T10:18:16Z"
},
"originatedByUAV": {
"type": "Property",
"value": false
},
"originator": {
"type": "Relationship",
"object": "urn:ngsi-ld:UAV:29935bbe-5922-11e8-9742-93bfb84686ec"
},
"flightMessage": {
"type": "Property",
"value": {
"flightId": "3ce68ac8-5932-11e8-9a8d-ef74eb0fb0a2",
"sequenceNumber": 0,
"flightDeclaration": {},
"version": "1.0.0"
}
}
}