From 7200339dcd01b3974d66bad23df85e0a151ed842 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Wed, 12 Dec 2018 15:49:09 +0100 Subject: [PATCH] Update ContextSourceRegistration-example_C.3.json --- examples/ContextSourceRegistration-example_C.3.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ContextSourceRegistration-example_C.3.json b/examples/ContextSourceRegistration-example_C.3.json index 3be8600..862a844 100644 --- a/examples/ContextSourceRegistration-example_C.3.json +++ b/examples/ContextSourceRegistration-example_C.3.json @@ -69,9 +69,9 @@ "start": "2017-11-29T14:53:15Z" }], "@context": [ - "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/coreContext/ngsi-ld-core-context.jsonld", - "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