diff --git a/examples/Vehicle_keyValues_C2.2.json b/examples/Vehicle_keyValues_C2.2.json index 1d3eb4ec5fe2fe1bc6337e8e6489590aa10ba513..010d6e0d1a8f2db405a8efe3ec79c2985f26ae09 100644 --- a/examples/Vehicle_keyValues_C2.2.json +++ b/examples/Vehicle_keyValues_C2.2.json @@ -4,9 +4,9 @@ "brandName": "Mercedes", "isParked": "urn:ngsi-ld:OffStreetParking:Downtown1", "@context": [ - "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.json", - "http://example.org/cim/commonTerms.jsonld", - "http://example.org/cim/vehicle.jsonld", - "http://example.org/cim/parking.jsonld" + "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", + "http://example.org/ngsi-ld/commonTerms.jsonld", + "http://example.org/ngsi-ld/vehicle.jsonld", + "http://example.org/ngsi-ld/parking.jsonld" ] }