This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Description Some friends and I are working on how to bring authenticated data structures on RDF.
This consists in:
Bringing secure links (either self-certifying or content addressed) to RDF Return very light proofs along with the result of simple operations that can be done in a triple store: add, update, delete, read/query/find triples In practice, this effort is about the following:
Step 1: data model normalize the rdf graph efficiently (see @msporny work) if (Spec refining: Relative paths in IPLD ipld/specs#1 ) then replace the urls with relative paths (or (multi)hashes), otherwise build a causally linked history that can show circular links hash everything (build a merkle graph) Solve Clarify how the use of URI identifiers maps to IPLD graphs #155 Step 2: operations on graphs find optimal structures for crud proofs (updating client & server's digest - inspired by CONIKS, history trees & co) Smallest tool that we can build:
cc @flyingzumwalt , @csarven , @bergos
Reactions are currently unavailable
Some friends and I are working on how to bring authenticated data structures on RDF.
This consists in:
In practice, this effort is about the following:
Step 1: data model
Step 2: operations on graphs
Smallest tool that we can build:
cc @flyingzumwalt, @csarven, @bergos