From ec75d2c07848a47408e4423a8a4af7ce96e152c0 Mon Sep 17 00:00:00 2001 From: canterafonsj Date: Thu, 5 Sep 2019 10:12:06 +0200 Subject: [PATCH] Update Entity-example.json --- examples/Entity-example.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/Entity-example.json b/examples/Entity-example.json index e95c8b0..60efe19 100644 --- a/examples/Entity-example.json +++ b/examples/Entity-example.json @@ -23,5 +23,9 @@ "type":"Point", "coordinates": [-8,44] } - } + }, + "@context": [ + "https://example.org/ld/vehicle.jsonld", + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld" + ] } -- GitLab