Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version materialization options #13

Open
brechtvdv opened this issue May 28, 2021 · 2 comments
Open

Version materialization options #13

brechtvdv opened this issue May 28, 2021 · 2 comments

Comments

@brechtvdv
Copy link
Collaborator

Materialize the persistent objects in an eventstream with a (latest) version

Use RSP spec with named graph to wrap the materialized object

@brechtvdv
Copy link
Collaborator Author

Version key metadata is required (TBD)

@pietercolpaert
Copy link
Member

Two steps are needed for this to work:

  1. Transforming 1 version of an object into the object itself. This is ready: https://github.com/TREEcg/version-materialize-rdf.js has been written
  2. Filtering the stream so you can select the version you need

I think the latter should be part of a future feature, when LDES client is fully embedded in Comunica, to then just use Comunica’s SPARQL support to filter out the right version from the stream, and also adapt the source selection based on that (e.g., don’t follow relations that are certain to not give members).

Let’s already implement 1 in the LDES client and, for now, leave out the filtering to the LDES Client user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants