diff --git a/data/entities/fragmentEntities/vehicle-brandname-fragment.json b/data/entities/fragmentEntities/vehicle-brandname-fragment.json index 2675db210eaf45962be1423ab36779f2af770e60..cfa70d67669c099ac7b1082f0825147494128c67 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 ff248fede20c31a24ef3452723ed8d4229464081..f9a73524b4ec4fe740d05153f7ed22d51cdb9e97 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" },