#006: Dataset history via named graphs (in-place) #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Blocked by
Summary
Save dataset history in-place by creating named graphs within the same dataset each time a migration or significant change is performed. Metadata in the meta-dataset indicates which named graph is the current version and which are historical snapshots.
Design sketch
When a migration is performed:
Copy the current default graph (or affected named graph) into a timestamped named graph:
<urn:history:2026-04-05T10:30:00Z>Record in the meta-dataset:
Apply the migration to the current graph.
Pros
Cons
Configuration
Enabled per-dataset via meta-dataset:
Tests
Unit tests
Manual tests