From 905d67c127438b490f172e204fc2c8548266a709 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Tue, 18 Dec 2018 12:42:56 +0100 Subject: [PATCH] Update Vehicle_C2.2.json. Remove CIM --- examples/Vehicle_C2.2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Vehicle_C2.2.json b/examples/Vehicle_C2.2.json index 4eaa068..8ab7f0b 100644 --- a/examples/Vehicle_C2.2.json +++ b/examples/Vehicle_C2.2.json @@ -16,8 +16,8 @@ }, "@context": [ "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", - "http://example.org/cim/commonTerms.jsonld", - "http://example.org/cim/vehicle.jsonld", - "http://example.org/cim/parking.jsonld" + "http://example.org/ngsi-ld/commonTerms.jsonld", + "http://example.org/ngsi-ld/vehicle.jsonld", + "http://example.org/ngsi-ld/parking.jsonld" ] } -- GitLab