From fa7251676fc020e3aaf4b4c8b37baaf52b721046 Mon Sep 17 00:00:00 2001 From: Jose Manuel Cantera Date: Fri, 13 Sep 2019 12:23:06 +0200 Subject: [PATCH] NGSI-LD Core @context with @vocab --- coreContext/ngsi-ld-core-context.jsonld | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/coreContext/ngsi-ld-core-context.jsonld b/coreContext/ngsi-ld-core-context.jsonld index 8f205e5..78bfd7e 100644 --- a/coreContext/ngsi-ld-core-context.jsonld +++ b/coreContext/ngsi-ld-core-context.jsonld @@ -150,8 +150,9 @@ }, "objects":{ "@id": "https://uri.etsi.org/ngsi-ld/hasObjects", - "@type": "@id", - "@container": "@list" - } + "@type": "@id", + "@container": "@list" + }, + "@vocab": "https://uri.etsi.org/ngsi-ld/default-context/" } } -- GitLab