From 849cb05c4faf692842f2919e5338b0039ed86806 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Thu, 20 Jun 2024 12:05:54 +0200 Subject: [PATCH] feat: update cached dspace jsonld document --- .../common/json-ld/src/main/resources/document/dspace.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/common/json-ld/src/main/resources/document/dspace.jsonld b/extensions/common/json-ld/src/main/resources/document/dspace.jsonld index f475b23504f..f26eaff0285 100644 --- a/extensions/common/json-ld/src/main/resources/document/dspace.jsonld +++ b/extensions/common/json-ld/src/main/resources/document/dspace.jsonld @@ -55,7 +55,7 @@ "odrl:leftOperand": { "@type": "@id" }, "odrl:operator": { "@type": "@id" }, "odrl:rightOperandReference": { "@type": "@id" }, - "odrl:profile": { "@container": "@set" } + "odrl:profile": { "@container": "@set" }, "odrl:assigner": { "@type": "@id" }, "odrl:assignee": { "@type": "@id" } }