-
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
"Conflict" detection #46
Comments
If we decide that by default data is not overwritten (i.e. preserve is true by default) then the API for this could be that:
@mcollina Thoughts? |
@BigBlueHat Would this API change make sense to you? |
@jmatsushita I think so, generally. The latest LevelGraph Playground (v2.0.1) uses levelgraph-jsonld v1.0.2 (see! it's just reversed! 😉). However...the Give it a try and let me know if it's matching what you're thinking. |
I'm working on a feature to identify existing triples that match a document that is being
put
and returns a list of conflicts to allow the client to choose whether to overwrite or leave be, maybe after doing access control checks.The text was updated successfully, but these errors were encountered: