-
Notifications
You must be signed in to change notification settings - Fork 8
/
UAV-context.jsonld
22 lines (22 loc) · 1.22 KB
/
UAV-context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@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",
"uavModel": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/uavmodel",
"name": "https://schema.org/name",
"owner": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/owner",
"operator": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/operator",
"operationMode": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/operationmode",
"location": "http://uri.etsi.org/ngsi-ld/location",
"elevation": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/elevation",
"flightStatus": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/flightstatus",
"workStatus": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/workstatus",
"groundSpeed": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/groundspeed",
"fuel": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/fuel",
"dateObserved": {
"@type": "DateTime",
"@id": "https://www.gsma.com/iot/iot-big-data/ngsi-ld/dateobserved"
}
}
}