From e1c91cbbf88eb4c820ff7ce274e3ccf4c78490bd Mon Sep 17 00:00:00 2001 From: Pieter Colpaert Date: Fri, 26 Apr 2024 12:34:16 +0200 Subject: [PATCH] Update spec.bs --- spec.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec.bs b/spec.bs index 3e45c33..1c1c7dd 100644 --- a/spec.bs +++ b/spec.bs @@ -58,15 +58,15 @@ A DCAT-AP Feed harvester SHOULD implement the full LDES specification, or re-use "EventStream" : "ldes:EventStream", "shape": { "@id": "tree:shape", "@type": "@id"}, "title": "dct:title", - "timestampPath": "ldes:timestampPath", - "versionOfPath": "ldes:versionOfPath", + "timestampPath": { "@id": "ldes:timestampPath", "@type": "@id"}, + "versionOfPath": { "@id": "ldes:versionOfPath", "@type": "@id"}, "view": "tree:view", "member": "tree:member", "Create": "as:Create", "Delete": "as:Delete", "Update": "as:Update", - "published": "as:published", - "object": "as:object", + "published": { "@id": "as:published", "@type": "xsd:dateTime"}, + "object": { "@id": "as:object", "@type": "@id"}, "dcat":"http://www.w3.org/ns/dcat#" }, "@id": "#Feed",