-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathUAV-Model.jsonld
78 lines (78 loc) · 2.23 KB
/
UAV-Model.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"@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-Model-context.jsonld"
],
"id": "urn:ngsi-ld:UAVModel:6f4439d2-5925-11e8-a0ef-53719253dbbd",
"type": "UAVModel",
"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,
"model": {
"type": "Property",
"value": "ACME Recon"
},
"doc": {
"type": "Property",
"value": {
"@value": "http://example.com/products-services/aircraft/the-recon.html",
"@type": "https://schema.org/url"
}
},
"description": {
"type": "Property",
"value": "The Recon was constructed and designed to offer a clear payload view, with the motor and propeller system aft of the payload. It is smaller and more versatile than many drones, yet robust enough for harsh environment operations. The wingspan is 2.3 meters. An affordable, versatile, and flexible drone for a multitude of uses."
},
"manufacturerName": {
"type": "Property",
"value": "ACME UAVs"
},
"brandName": {
"type": "Property",
"value": "Airv"
},
"category": {
"type": "Property",
"value": "Aerial_photography"
},
"rotors": {
"type": "Property",
"value": 4
},
"fuelType": {
"type": "Property",
"value": "gasoline"
},
"maxFlightTime": {
"type": "Property",
"value": 100,
"unitCode": "HUR"
},
"maxFlightAltitude": {
"type": "Property",
"value": 1000,
"unitCode": "MTR"
},
"maxGroundVelocity": {
"type": "Property",
"value": 100,
"unitCode": "MTS"
},
"minWeight": {
"type": "Property",
"value": 1,
"unitCode": "KGM"
},
"minUnladenWeight": {
"type": "Property",
"value": 1.5,
"unitCode": "KGM"
},
"maxLoad": {
"type": "Property",
"value": 0.8,
"unitCode": "KGM"
}
}