Skip to content

Commit a7d03f6

Browse files
committed
Amend JSON-LD to use Schema.org
1 parent de68709 commit a7d03f6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -835,10 +835,10 @@ exceptions. NGSI-LD **is not** JSON-LD, in that the core context is always appli
835835
"住所": {
836836
"type": "Property",
837837
"value": {
838-
"streetAddress": "Mühlenstrasse 10",
839-
"addressRegion": "Berlin",
840-
"addressLocality": "Friedrichshain",
841-
"postalCode": "10243"
838+
"schema:streetAddress": "Mühlenstrasse 10",
839+
"schema:addressRegion": "Berlin",
840+
"schema:addressLocality": "Friedrichshain",
841+
"schema:postalCode": "10243"
842842
},
843843
"検証済み": {
844844
"type": "Property",
@@ -922,10 +922,10 @@ payload before sending data to the context broker.
922922
"識別子": "urn:ngsi-ld:Building:store005",
923923
"タイプ": "ビル",
924924
"住所": {
925-
"addressLocality": "Marzahn",
926-
"addressRegion": "Berlin",
927-
"postalCode": "12685",
928-
"streetAddress": "Eisenacher Straße 98"
925+
"schema:addressLocality": "Marzahn",
926+
"schema:addressRegion": "Berlin",
927+
"schema:postalCode": "12685",
928+
"schema:streetAddress": "Eisenacher Straße 98"
929929
},
930930
"名前": "Yuusui-en",
931931
"場所": {

0 commit comments

Comments
 (0)