woutslabbinck / SolidEventSourcing

A pipeline to transform location data (gpx file format) to RDF data and publish them as an Event Source on Solid
MIT License
2 stars 2 forks source link

Bump versionawareLDESinLDP #15

Open woutslabbinck opened 1 year ago

woutslabbinck commented 1 year ago

And also apply the new way of handling metadata in the EventsourcingAlgorithm.

This will help @argahsuknesib and @svrstich a lot with e.g. https://github.com/SolidLabResearch/LDES-in-SOLID-Semantic-Observations-Replay

woutslabbinck commented 1 year ago

First version ready at bump dependencies branch. While not merge ready, the code can be copied for your projects Kush!

argahsuknesib commented 1 year ago

Thanks wout!

argahsuknesib commented 1 year ago

Hello @woutslabbinck , I am adding the new way to calculate metadata into the LDES Semantic Replay library but facing an issue,

For example, the calculateBucket method requires LDESMetadata as a type which is the one for the versionawareLIL, in a non-versionawareLIL the metadata generated is of type ILDESinLDPMetadata.

This is the reason with addResourcesToBucket and createContainer functions as well.