From 8856d64c4f8bfb2e201da8eeb60a7ce8c13cc082 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 15 Jan 2026 11:34:29 +0100 Subject: [PATCH] Add ngsi-ld prefix --- md/annex-b.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/md/annex-b.md b/md/annex-b.md index 23b52df..618090c 100644 --- a/md/annex-b.md +++ b/md/annex-b.md @@ -21,7 +21,7 @@ Such definition has been tested using [i.19]. "@id": "ngsi-ld:attributeName", "@type": "@vocab" }, - "attributeCount": "attributeCount", + "attributeCount": "ngsi-ld:attributeCount", "attributeTypes": { "@id": "ngsi-ld:attributeTypes", "@type": "@vocab" @@ -107,7 +107,7 @@ Such definition has been tested using [i.19]. "EntityTypeInfo": { "@id": "ngsi-ld:EntityTypeInfo", "@context": { - "attributeDetails": "attributeDetails", + "attributeDetails": "ngsi-ld:attributeDetails", "entityCount": "ngsi-ld:entityCount", "typeName": { "@id": "ngsi-ld:typeName", -- GitLab