Skip to content
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

PATCH w/ SPARQL Update fails on boolean values #82

Open
dan-f opened this issue Dec 13, 2016 · 0 comments
Open

PATCH w/ SPARQL Update fails on boolean values #82

dan-f opened this issue Dec 13, 2016 · 0 comments
Labels

Comments

@dan-f
Copy link
Contributor

dan-f commented Dec 13, 2016

First request to PATCH /solid-bookmarks/bookmarks.ttl (HTTP 200):

INSERT DATA { <https://dan-f.databox.me/solid-bookmarks/bookmarks.ttl#6bfcbd11-b760-45d8-a184-0403c1d1a14a> <http://www.w3.org/ns/solid/terms#read> "1"^^<http://www.w3.org/2001/XMLSchema#boolean>  };

Subsequent request to PATCH /solid-bookmarks/bookmarks.ttl (HTTP 409):

DELETE DATA { <https://dan-f.databox.me/solid-bookmarks/bookmarks.ttl#6bfcbd11-b760-45d8-a184-0403c1d1a14a> <http://www.w3.org/ns/solid/terms#read> "1"^^<http://www.w3.org/2001/XMLSchema#boolean>  };
INSERT DATA { <https://dan-f.databox.me/solid-bookmarks/bookmarks.ttl#6bfcbd11-b760-45d8-a184-0403c1d1a14a> <http://www.w3.org/ns/solid/terms#read> "0"^^<http://www.w3.org/2001/XMLSchema#boolean>  };
@dan-f dan-f added the bug label Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant