-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path102.ld.06.response.json
More file actions
36 lines (36 loc) · 1 KB
/
102.ld.06.response.json
File metadata and controls
36 lines (36 loc) · 1 KB
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": "http://context/ngsi-context.jsonld",
"id": "urn:ngsi-ld:Building:farm001",
"type": "Building",
"address": {
"streetAddress": "Großer Stern 1",
"addressRegion": "Berlin",
"addressLocality": "Tiergarten",
"postalCode": "10557"
},
"name": "Victory Farm",
"category": "farm",
"location": {
"type": "Point",
"coordinates": [13.3505, 52.5144]
}
},
{
"@context": "http://context/ngsi-context.jsonld",
"id": "urn:ngsi-ld:Building:barn002",
"type": "Building",
"address": {
"streetAddress": "Straße des 17. Juni",
"addressRegion": "Berlin",
"addressLocality": "Tiergarten",
"postalCode": "10557"
},
"name": "Big Red Barn",
"category": "barn",
"location": {
"type": "Point",
"coordinates": [13.3698, 52.5163]
}
}
]