diff --git a/examples/Entity-example.json b/examples/Entity-example.json index e95c8b0bf1b068e5edd522d48cc06ec98a0fff0e..60efe197fb9995f4cbc3d550122ee4c8a8be7dc8 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" + ] }