Joep Meindertsma
Joep Meindertsma
> Ok, so when you say "embed" here, you really only mean "cache". With that constraint it makes sense to me (otherwise not). When I mention embed, I'm talking about...
> I would be sad if you chose to use only blockchain-based IDs for Atomic Data, because that would massively loose the ability to weave a web of both Atomic...
> When limited to **caching**, protocol-specific rules for caching must be obeyed. I.e. [CacheControl header](https://actix.rs/actix-web/actix_web/http/header/struct.CacheControl.html) for http protocol. > > It confuses me that you mention IPFS and Hypercore if...
Some ideas on how to tackle nr. 4 (assuming you're using schema.org as ttl source, and prefer writing stuff in Rust). So consider these following as substeps. 1. Parse the...
Good question @hoijui! I think most RDF ontologies / shacl shapes should be mappable to Atomic Data. Some things to keep in mind: - don't rely on language strings wherever...
Fixed the link! Yeah gotcha. I think we can probably map pretty much everything at some point, like, we can always fall back to the 'string' datatype.
Let me know if you'll look at my remarks! If you won't I'll make the adjustments myself
Maybe allow the languagestring datatype to either be a string, or an object with languages?
Thanks for the clarifications @jonassmedegaard! If I'm understanding you correctly, we should infact keep the initial slash in serialization, but for _trailing_ slashes we might consider removing them.