-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathFleet-Vehicle.jsonld
32 lines (32 loc) · 1.06 KB
/
Fleet-Vehicle.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
{
"@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/Fleet-Vehicle-context.jsonld"
],
"id": "urn:ngsi-ld:FleetVehicle:630b8818-5aa2-11e8-91c6-bf6b90c0ad02",
"type": "FleetVehicle",
"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,
"vehicle": {
"type": "Relationship",
"object": "urn:ngsi-ld:Vehicle:76a67054-5aa2-11e8-b0ee-43cfe58d3cd1"
},
"fleetVehicleType": {
"type": "Property",
"value": "Ambulance"
},
"operatingCompany": {
"type": "Property",
"value": {
"@type": "https://schema.org/Organization",
"name": "NHS"
}
},
"operator": {
"type": "Relationship",
"object": "urn:ngsi-ld:Person:fe018d4e-46f8-11e8-ae6b-df5577f85836"
}
}