Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created January 12, 2023 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/de878337262c5688f3c3b8ab30a9d5ce to your computer and use it in GitHub Desktop.
Save bshambaugh/de878337262c5688f3c3b8ab30a9d5ce to your computer and use it in GitHub Desktop.
IPLD IPFS RDF
https://medium.com/textileio/whats-really-happening-when-you-add-a-file-to-ipfs-ae3b8b5e4b0f
https://github.com/ipvm-wg/spec/discussions/9 (IPLD Transformations)
Ask on IPLD / IPFS Discord?
How do you cluster IPFS hashes that are most used/relevant?
It looks like with IPLD you can hash any RDF document regardless of serialization and have them point to other RDF documents.
IPLD can also hash individual pieces of data, so it looks like you could build a triplestore using the unhashed data.
IPLD will tell you that certain things are related. Is this all that is needed to convert IPLD merkle trees to RDF graph?
How do you know what data is in the hash since hashing is a determininstic but one way function?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment