From 249477c3e969bf6627a65c48f59c68f26646ffeb Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Thu, 5 Sep 2019 10:09:14 +0200 Subject: [PATCH] Update Vehicle_keyValues_C2.2.json --- examples/Vehicle_keyValues_C2.2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Vehicle_keyValues_C2.2.json b/examples/Vehicle_keyValues_C2.2.json index 010d6e0..c795b9b 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": [ - "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" + "http://example.org/ngsi-ld/parking.jsonld", + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" ] } -- GitLab