From 199efabe74aa793dfa7294c3c4d22aa9c5fc77f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elodie=20Thi=C3=A9blin?= Date: Wed, 13 Apr 2022 16:37:16 +0200 Subject: [PATCH] fix(security-context): use "@type" in wot-security-context instead of "rdf:type" this is useful for framing libraries --- context/td-context-1.1.jsonld | 6 ++---- context/wot-security-context.jsonld | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/context/td-context-1.1.jsonld b/context/td-context-1.1.jsonld index 5a63bcf37..b952fa549 100644 --- a/context/td-context-1.1.jsonld +++ b/context/td-context-1.1.jsonld @@ -222,8 +222,7 @@ "@id": "wotsec:oneOf" }, "scheme": { - "@id": "rdf:type", - "@type": "@vocab" + "@id": "@type" }, "description": { "@id": "td:description" @@ -311,8 +310,7 @@ "@id": "wotsec:oneOf" }, "scheme": { - "@id": "rdf:type", - "@type": "@vocab" + "@id": "@type" }, "description": { "@id": "td:description" diff --git a/context/wot-security-context.jsonld b/context/wot-security-context.jsonld index 5bb330b05..51e964f8d 100644 --- a/context/wot-security-context.jsonld +++ b/context/wot-security-context.jsonld @@ -54,8 +54,7 @@ "@id": "wotsec:oneOf" }, "scheme": { - "@id": "rdf:type", - "@type": "@vocab" + "@id": "@type" }, "description" : { "@id" : "td:description"