Skip to content

Commit

Permalink
Rename tree:Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Jun 13, 2024
1 parent 1f2a689 commit 66e18ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controllers/eventstreamController.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export async function getEventstream(req, res) {
let collectionURI = baseURICollection + 'dataset/' + institution + '/' + md5(institution + adlibdatabase);
let fragmentContent = {
"@context": {
"ldes": "https://ldes.qa.stad.gent/ldes/",
"prov": "http://www.w3.org/ns/prov#",
"tree": "https://w3id.org/tree#",
"sh": "http://www.w3.org/ns/shacl#",
Expand All @@ -202,7 +203,7 @@ export async function getEventstream(req, res) {
"@type": "tree:Node",
"viewOf": {
"@id": collectionURI,
"@type": "tree:Collection"
"@type": "ldes:EventStream"
},
"@included": []
};
Expand Down

0 comments on commit 66e18ed

Please sign in to comment.