From 4b26a3ed4f50c7867d8b4f2c359adc8b0f1057f5 Mon Sep 17 00:00:00 2001 From: Maarten Kollenstart Date: Thu, 8 Feb 2024 11:06:55 +0100 Subject: [PATCH] Update context.json (#216) --- common/schema/context.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/common/schema/context.json b/common/schema/context.json index 9df740b..b52480f 100644 --- a/common/schema/context.json +++ b/common/schema/context.json @@ -17,12 +17,14 @@ "dct:modified": { "@type": "xsd:dateTime" }, "dcat:byteSize": { "@type": "xsd:decimal" }, + "dcat:distribution": { "@container": "@set" }, "dcat:theme": { "@type": "@id" }, "dcat:conformsTo": { "@type": "@id" }, "dcat:dataset": { "@container": "@set" }, "dcat:endpointURL": { "@type": "xsd:anyURI" }, "dcat:endpointDescription": { "@type": "xsd:anyURI" }, "dcat:keyword": { "@container": "@set" }, + "dcat:servesDataset": {"@container": "@set" }, "dcat:service": { "@container": "@set" }, "dcat:accessService": { "@container": "@set" }, @@ -37,12 +39,14 @@ "dspace:filter": { "@container": "@set" }, "dspace:timestamp": { "@type": "xsd:dateTime" }, "dspace:callbackAddress": { "@type": "xsd:anyURI" }, + "dspace:endpointProperties": { "@container": "@set" }, "foaf:homepage": { "@type": "xsd:anyURI" }, "odrl:hasPolicy": { "@container": "@set" }, "odrl:permission": { "@container": "@set" }, "odrl:prohibition": { "@container": "@set" }, + "odrl:obligation": { "@container": "@set" }, "odrl:duty": { "@container": "@set" }, "odrl:constraint": { "@container": "@set" }, "odrl:action": { "@type": "@id" }, @@ -50,6 +54,6 @@ "odrl:leftOperand": { "@type": "@id" }, "odrl:operator": { "@type": "@id" }, "odrl:rightOperandReference": { "@type": "@id" }, - "odrl:profile": { "@type": "@id" } + "odrl:profile": { "@type": "@id", "@container": "@set" } } -} \ No newline at end of file +}