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