From 4b33a12630a4a6d7d1ca28b5a0980e05b4168b96 Mon Sep 17 00:00:00 2001 From: pco Date: Thu, 19 Jan 2023 09:06:04 +0100 Subject: [PATCH] fixed frame on type `@json` --- tests/frame/0069-frame.jsonld | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/frame/0069-frame.jsonld b/tests/frame/0069-frame.jsonld index 9aee57b..f8586d8 100644 --- a/tests/frame/0069-frame.jsonld +++ b/tests/frame/0069-frame.jsonld @@ -3,8 +3,5 @@ "ex": "http://example.org/vocab#", "ex:info": {"@type": "@json"} }, - "http://example.org/vocab#info": { - "@value": {}, - "@type": "@json" - } + "ex:info": {} }