@@ -99,14 +99,14 @@ such as `"type": "Property"` throughout the payload to ensure that machines can
9999 " https://fiware.github.io/tutorials.Step-by-Step/example.jsonld" ,
100100 " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
101101 ],
102- "id" : " urn:nsgi -ld:Beatle:John_Lennon" ,
102+ "id" : " urn:ngsi -ld:Beatle:John_Lennon" ,
103103 "type" : " Beatle" ,
104104 "age" : { "type" : " Property" , "value" : 40 , "unitCode" : " ANN" },
105105 "name" : { "type" : " Property" , "value" : " John Lennon" },
106106 "born" : { "type" : " Property" , "value" : " 1940-10-09" },
107107 "spouse" : {
108108 "type" : " Relationship" ,
109- "object" : " urn:nsgi -ld:Person:Cynthia_Lennon"
109+ "object" : " urn:ngsi -ld:Person:Cynthia_Lennon"
110110 },
111111 "location" : {
112112 "type" : " GeoProperty" ,
@@ -135,10 +135,10 @@ shorter and to the point, and not all information is returned by the request - s
135135 " https://fiware.github.io/tutorials.Step-by-Step/example.jsonld" ,
136136 " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
137137 ],
138- "id" : " urn:nsgi -ld:Beatle:John_Lennon" ,
138+ "id" : " urn:ngsi -ld:Beatle:John_Lennon" ,
139139 "name" : " John Lennon" ,
140140 "born" : " 1940-10-09" ,
141- "spouse" : " urn:nsgi -ld:Person:Cynthia_Lennon" ,
141+ "spouse" : " urn:ngsi -ld:Person:Cynthia_Lennon" ,
142142 "age" : 40 ,
143143 "location" : {
144144 "type" : " Point" ,
@@ -177,11 +177,11 @@ representation, where redundant "type" members are omitted and the following rul
177177 " https://fiware.github.io/tutorials.Step-by-Step/example.jsonld" ,
178178 " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
179179 ],
180- "id" : " urn:nsgi -ld:Beatle:John_Lennon" ,
180+ "id" : " urn:ngsi -ld:Beatle:John_Lennon" ,
181181 "name" : " John Lennon" ,
182182 "born" : " 1940-10-09" ,
183183 "spouse" : {
184- "object" : " urn:nsgi -ld:Person:Cynthia_Lennon"
184+ "object" : " urn:ngsi -ld:Person:Cynthia_Lennon"
185185 },
186186 "age" : { "value" : 40 , "unitCode" : " ANN" },
187187 "location" : {
0 commit comments