-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource Versioning #280
Comments
Do you mean under Memento? Yes, I'm aware, which is why I also mentioned the Fedora spec - in that they've invested quite a bit of thought and energy in that we can adopt/evolve/inspired.. But, I guess it is not entirely about Memento (even though that covers a lot of ground).. just that "resource versioning" is somewhat vague in context of LDP or even LD. There are of course provenance line of work, .. so, we just have to connect the dots. |
A while ago I looked at having something like https://github.com/substack/forkdb which has nice way to save any number of newer versions and defer any potential conflict resolution for later. With offline functionality of Progressive Web Apps I think versioning needs to have graceful way to deal with potential conflicts. Also looking at https://www.w3.org/2011/rdf-wg/wiki/Graph_Terminology I find interesting possibility of having g-box denoted by IRI as well as each g-snap denoted by IRI, than something like HTTP303 redirect between IRI denoting g-box and current (aka HEAD) g-snap. Something like that may come as requirement in systems which require strict audit trial and for example rely on Linked Data Signatures for each RDFSource and use append only dataset. In that case querying usually would only work on sub dataset of all the current g-snaps (HEADs). |
To provide some additional examples/connections:
With this server side approach, clients do not even need to know that versioning is implemented, but are informed through link headers if they can make use of this functionality. There is no clear way for a client to request that a particular resource or container be versioned. Trellis LDP seems to just version every resource. Gitfs requires server and filesystem access and versions a git repository and the folders and files it contains. |
Solid Protocol should support resource versioning.
See also:
The text was updated successfully, but these errors were encountered: