-
Notifications
You must be signed in to change notification settings - Fork 16
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
clarify overriding resources #12
Comments
If we have the full resource loaded, we can apply one of the json diff |
interesting note by David I. Lehn in email on Web Payments list: http://lists.w3.org/Archives/Public/public-webpayments/2014Jan/0048.html
Here we go again with #8
|
Agreed that is a big issue. I prefer working code against long specs, so let's try to sketch something more efficient than the current implementation. JSON patch can work, as we are already forcing our representation to a strict JSON-LD format (either compact or expanded). If it works, we can share it with the world and ask for feedbacks! |
👍 |
As for inner nodes, let's consider they always have an @id. |
moving it here from #1 (comment)
"We may also need to give a good thought on handling cases of documents with embedded (nested) resources. I can imagine case of someone first creating a resource using big number of statements and then inserting another document with same resource embedded but only including few relevant statements. We can NOT just delete all the statement about this resource and replace them with just those few statements from embedded one! I would prefer not to get into this topic in more depth here and maybe I'll create separate issue for it... previous issue relevant this topic #8 I would prefer to leave for discussing blank nodes -- a big topic on its own"
The text was updated successfully, but these errors were encountered: