-
Notifications
You must be signed in to change notification settings - Fork 57
N3 Patch contradiction about blank nodes: can they be part of ?insertions
?
#704
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
Comments
This N3PATCH in RdfLib is a valid test (not spec compliant) should be allowed in spec and then in CSS The same triple is a also a valid |
There is a proposal to resolve this issue in #711 . |
Here is another proposal to resolve this, but in the opposite direction: #716 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the current section 5.3.1 Modifying Resources Using N3 Patches of the Solid protocol (v0.11.0 - 12 May 2024), we can both read that:
The ?insertions and ?deletions formulae MUST NOT contain blank nodes.
(source)AND:
The triples resulting from ?insertions are to be added to the RDF dataset, with each blank node from ?insertions resulting in a newly created blank node.
The latter suggests that
?insertions
can contain blank nodes while the former explicitly forbids.The text was updated successfully, but these errors were encountered: