From 1c6809a099f27dc18a926c156f7159a1767f81b0 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Wed, 12 Dec 2018 15:55:26 +0100 Subject: [PATCH] Update Vehicle_keyValues_C2.2.json --- examples/Vehicle_keyValues_C2.2.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Vehicle_keyValues_C2.2.json b/examples/Vehicle_keyValues_C2.2.json index 1d3eb4e..010d6e0 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" ] } -- GitLab