From d26fb02fb587d3352b9ea635b882161a2224444b Mon Sep 17 00:00:00 2001 From: bauermar Date: Wed, 5 May 2021 10:17:37 +0200 Subject: [PATCH] Update ngsi-ld-core-context-v1.4.jsonld fixed errors --- coreContext/ngsi-ld-core-context-v1.4.jsonld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreContext/ngsi-ld-core-context-v1.4.jsonld b/coreContext/ngsi-ld-core-context-v1.4.jsonld index c290b6a..257ea14 100644 --- a/coreContext/ngsi-ld-core-context-v1.4.jsonld +++ b/coreContext/ngsi-ld-core-context-v1.4.jsonld @@ -41,7 +41,7 @@ "@type": "@vocab" }, "attributeName": { - "@id": "ngsi-ld:attributeName" + "@id": "ngsi-ld:attributeName", "@type": "@vocab" }, "attributeNames": { @@ -122,7 +122,7 @@ }, "isActive": "ngsi-ld:isActive", "lang": "ngsi-ld:lang", - "languageMap": ": { + "languageMap": { "@id": "ngsi-ld:hasLanguageMap", "@container": "@language" }, -- GitLab