Skip to content

Commit

Permalink
Update src/controllers/eventstreamController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MPParsley committed Jul 16, 2024
1 parent 66e18ed commit 3018375
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,7 +176,8 @@ export async function getEventstream(req, res) {
let collectionURI = baseURICollection + 'dataset/' + institution + '/' + md5(institution + adlibdatabase);
let fragmentContent = {
"@context": {
"ldes": "https://ldes.qa.stad.gent/ldes/",
"ldes": "https://w3id.org/ldes#",

"prov": "http://www.w3.org/ns/prov#",
"tree": "https://w3id.org/tree#",
"sh": "http://www.w3.org/ns/shacl#",
Expand Down

0 comments on commit 3018375

Please sign in to comment.