Skip to content

Commit

Permalink
Update spec.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
pietercolpaert authored Apr 26, 2024
1 parent dc485f9 commit e1c91cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1c91cb

Please sign in to comment.