rdf-connect / LDES-Solid-Server

An implementation of an LDES server built within the Community Solid Server
4 stars 1 forks source link

Add `tree:shape ` property to the ldes:Eventstream #12

Closed woutslabbinck closed 1 year ago

woutslabbinck commented 1 year ago

This needs to be implemented in the getMetadata methods of both MongoSDS and MongoTS, based on the metadata collection from MongoDB.

This would result in the MongoTS view editing following lines to add a tree:shape triple. (Note that this must come from the meta collection in the MongoDB, which currently is not parsed -> changes to the files in the viewDescription directory are required).

For the MongoSDS View, I currently do not know how it should be added.

woutslabbinck commented 1 year ago

Solved in #13