From 92f225995dac28c1444df318bf25b29d0eff5a94 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Thu, 5 Sep 2019 09:25:08 +0200 Subject: [PATCH] Update EntityTemporalList-example.json --- examples/EntityTemporalList-example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/EntityTemporalList-example.json b/examples/EntityTemporalList-example.json index 93cd16e..cbbedd7 100644 --- a/examples/EntityTemporalList-example.json +++ b/examples/EntityTemporalList-example.json @@ -25,8 +25,8 @@ } ], "@context": [ - "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", - "http://example.org/ngsi-ld/vehicle.jsonld" + "http://example.org/ngsi-ld/vehicle.jsonld", + "http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" ] } ] -- GitLab