-
Notifications
You must be signed in to change notification settings - Fork 8
/
Road.jsonld
36 lines (36 loc) · 1.08 KB
/
Road.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
{
"@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/Road-context.jsonld"
],
"id": "urn:ngsi-ld:Road:19b6f4b7-a9b4-4114-8391-3133bf96aedc",
"type": "Road",
"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,
"country": {
"type": "Property",
"value": "United Kingdom"
},
"roadSegments": {
"type": "Relationship",
"object": [
"urn:ngsi-ld:RoadSegment:2a982120-4d98-425b-a8db-1de5563db6a8",
"urn:ngsi-ld:RoadSegment:43e255c7-262e-4d6d-95a1-69a53e37dcc0"
]
},
"roadClass": {
"type": "Property",
"value": "Motorway"
},
"name": {
"type": "Property",
"value": "M1"
},
"alternateName": {
"type": "Property",
"value": "M1 Motorway"
}
}