-
Notifications
You must be signed in to change notification settings - Fork 8
/
UAV-Event-context.jsonld
30 lines (30 loc) · 1.32 KB
/
UAV-Event-context.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
{
"@context": {
"source": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/source",
"dataProvider": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dataprovider",
"entityVersion": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/entityversion",
"uav": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/uav",
"originator": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/originator",
"location": "http://uri.etsi.org/ngsi-ld/location",
"elevation": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/elevation",
"startAt": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/startat"
},
"endAt": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/endat"
},
"eventType": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/eventtype",
"description": "https://schema.org/description",
"eventResult": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/eventresult",
"eventStart": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/eventstart"
},
"eventEnd": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/eventend"
}
}
}