From a85f3e43f220de34e1d7f2f178e1a900023c90ee Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Sun, 25 Aug 2019 19:49:46 +0200 Subject: [PATCH] Make expandContext option in tests a URI instead of a string --- tests/context.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/context.jsonld b/tests/context.jsonld index e465bbf1..32a056af 100644 --- a/tests/context.jsonld +++ b/tests/context.jsonld @@ -22,7 +22,7 @@ "compactArrays": { "@type": "xsd:boolean" }, "compactToRelative": { "@type": "xsd:boolean" }, "contentType": { "@type": "xsd:boolean" }, - "expandContext": { "@type": "xsd:string" }, + "expandContext": { "@type": "@id" }, "httpLink": { "@type": "xsd:string", "@container": "@set" }, "httpStatus": { "@type": "xsd:integer" }, "processingMode": { "@type": "xsd:string" },