-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathUAV-TMS.jsonld
47 lines (47 loc) · 1.5 KB
/
UAV-TMS.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
{
"@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-TMS-context.jsonld"
],
"id": "urn:ngsi-ld:UAVTMS:e0ad01b2-592a-11e8-bf93-cf2039a6c0cf",
"type": "UAVTMS",
"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,
"name": {
"type": "Property",
"value": "PowerTMS"
},
"softwareApplication": {
"type": "Property",
"value": {
"@type": "https://schema.org/SoftwareApplication",
"operatingSystem": "Linux",
"softwareVersion": "8.3",
"applicationCategory": "Guidance"
}
},
"operationalInstance": {
"type": "Property",
"value": {
"@value": "http://example.com/uavtms",
"@type": "https://schema.org/url"
}
},
"owner": {
"type": "Property",
"value": [
"urn:ngsi-ld:Person:bd710472-592b-11e8-852c-6fd149eae28a",
"urn:ngsi-ld:Organization:c5d75a1c-592b-11e8-8a09-3bd13644426b"
]
},
"operator": {
"type": "Property",
"value": [
"urn:ngsi-ld:Person:bd710472-592b-11e8-852c-6fd149eae28a",
"urn:ngsi-ld:Person:cbec3f1c-592b-11e8-943c-57802974f852"
]
}
}