Dataset module #20

Open
opened 2026-04-27 03:04:29 +00:00 by scossu · 0 comments
Owner

Introduce a new dataset module, consisting of a VOLK_Dataset data type and related methods to manipulate it.

The dataset structure should essentially be a hashmap of named graphs backed by a context-aware store (which can have multiple, overlapping datasets).

This will help separating the concepts of multiple graphs and store. Functions like VOLK_graph_list and the TriG codec should have a clearer scope.

Introduce a new dataset module, consisting of a `VOLK_Dataset` data type and related methods to manipulate it. The dataset structure should essentially be a hashmap of named graphs backed by a context-aware store (which can have multiple, overlapping datasets). This will help separating the concepts of multiple graphs and store. Functions like `VOLK_graph_list` and the TriG codec should have a clearer scope.
Sign in to join this conversation.
No description provided.