Skip to content

Commit 617c0f7

Browse files
committed
Update response
1 parent 569b6d6 commit 617c0f7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/relationships-linked-data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,9 @@ The response returns all the existing **Building** entities, with the attributes
431431
"addressLocality": "Prenzlauer Berg",
432432
"postalCode": "10439"
433433
},
434-
"https://uri.fiware.org/ns/datamodels#category": ["commercial"],
434+
"https://uri.fiware.org/ns/data-models#category": {
435+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
436+
},
435437
"location": {
436438
"type": "Point", "coordinates": [13.3986, 52.5547]
437439
}
@@ -447,7 +449,9 @@ The response returns all the existing **Building** entities, with the attributes
447449
"addressLocality": "Kreuzberg",
448450
"postalCode": "10969"
449451
},
450-
"https://uri.fiware.org/ns/datamodels#category": ["commercial"],
452+
"https://uri.fiware.org/ns/data-models#category": {
453+
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
454+
},
451455
"location": {
452456
"type": "Point", "coordinates": [13.3903, 52.5075]
453457
}

0 commit comments

Comments
 (0)