Skip to content

Commit

Permalink
Update response
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Sep 25, 2024
1 parent 569b6d6 commit 617c0f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/relationships-linked-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,9 @@ The response returns all the existing **Building** entities, with the attributes
"addressLocality": "Prenzlauer Berg",
"postalCode": "10439"
},
"https://uri.fiware.org/ns/datamodels#category": ["commercial"],
"https://uri.fiware.org/ns/data-models#category": {
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
},
"location": {
"type": "Point", "coordinates": [13.3986, 52.5547]
}
Expand All @@ -447,7 +449,9 @@ The response returns all the existing **Building** entities, with the attributes
"addressLocality": "Kreuzberg",
"postalCode": "10969"
},
"https://uri.fiware.org/ns/datamodels#category": ["commercial"],
"https://uri.fiware.org/ns/data-models#category": {
"vocab": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dcommercial"
},
"location": {
"type": "Point", "coordinates": [13.3903, 52.5075]
}
Expand Down

0 comments on commit 617c0f7

Please sign in to comment.