From 3a7d995243de9d65e630b48af324a89596ab3110 Mon Sep 17 00:00:00 2001 From: gpoujol Date: Wed, 12 Apr 2023 14:46:59 +0200 Subject: [PATCH] fix: use valid name according 4.6.2 --- data/entities/fragmentEntities/vehicle-brandname-fragment.json | 2 +- .../entities/fragmentEntities/vehicle-brandname-fragment.jsonld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/entities/fragmentEntities/vehicle-brandname-fragment.json b/data/entities/fragmentEntities/vehicle-brandname-fragment.json index 2675db21..cfa70d67 100644 --- a/data/entities/fragmentEntities/vehicle-brandname-fragment.json +++ b/data/entities/fragmentEntities/vehicle-brandname-fragment.json @@ -1,5 +1,5 @@ { - "https://ngsi-ld-test-suite/context#brandName": { + "brandName": { "type": "Property", "value": "BMW" } diff --git a/data/entities/fragmentEntities/vehicle-brandname-fragment.jsonld b/data/entities/fragmentEntities/vehicle-brandname-fragment.jsonld index ff248fed..f9a73524 100644 --- a/data/entities/fragmentEntities/vehicle-brandname-fragment.jsonld +++ b/data/entities/fragmentEntities/vehicle-brandname-fragment.jsonld @@ -1,5 +1,5 @@ { - "https://ngsi-ld-test-suite/context#brandName": { + "brandName": { "type": "Property", "value": "BMW" }, -- GitLab