Skip to content

Commit

Permalink
Amend expanded response
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 5, 2024
1 parent a8614bb commit 625c61b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/linked-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@ user `@context` when inserting the context data.
"https://smartdatamodels.org/address": {
"type": "Property",
"value": {
"streetAddress": "Bornholmer Straße 65",
"addressRegion": "Berlin",
"addressLocality": "Prenzlauer Berg",
"postalCode": "10439"
"https://smartdatamodels.org/streetAddress": "Bornholmer Straße 65",
"https://smartdatamodels.org/addressRegion": "Berlin",
"https://smartdatamodels.org/addressLocality": "Prenzlauer Berg",
"https://smartdatamodels.org/postalCode": "10439"
},
"verified": {
"type": "Property",
Expand Down Expand Up @@ -660,10 +660,10 @@ and all attributes are expanded whenever possible.
"vocab": "commercial"
},
"https://smartdatamodels.org/address": {
"streetAddress": "Bornholmer Straße 65",
"addressRegion": "Berlin",
"addressLocality": "Prenzlauer Berg",
"postalCode": "10439"
"https://smartdatamodels.org/streetAddress": "Bornholmer Straße 65",
"https://smartdatamodels.org/addressRegion": "Berlin",
"https://smartdatamodels.org/addressLocality": "Prenzlauer Berg",
"https://smartdatamodels.org/postalCode": "10439"
},
"location": {
"type": "Point",
Expand Down

0 comments on commit 625c61b

Please sign in to comment.