Jelly-Patch: allow arbitrary graph nodes in namespace declarations#67
Merged
Ostrzyciel merged 2 commits intomainfrom May 6, 2025
Merged
Jelly-Patch: allow arbitrary graph nodes in namespace declarations#67Ostrzyciel merged 2 commits intomainfrom
Ostrzyciel merged 2 commits intomainfrom
Conversation
This was referenced May 5, 2025
adanilenka
approved these changes
May 6, 2025
Ostrzyciel
added a commit
to Jelly-RDF/jelly-rdf.github.io
that referenced
this pull request
May 6, 2025
Issue: Jelly-RDF/jelly-protobuf#11 Follows the proto content from: Jelly-RDF/jelly-protobuf#67 First spec draft formalizing what is written as comments in the proto and how the current prototype implementation in Jelly-JVM behaves. * Update docs/specification/patch.md Co-authored-by: Anastasiya Danilenka <41057639+adanilenka@users.noreply.github.com> * Update docs/specification/patch.md Co-authored-by: Anastasiya Danilenka <41057639+adanilenka@users.noreply.github.com> * Update docs/specification/patch.md Co-authored-by: Anastasiya Danilenka <41057639+adanilenka@users.noreply.github.com> * clarify punctuation, transactions --------- Co-authored-by: Anastasiya Danilenka <41057639+adanilenka@users.noreply.github.com>
Ostrzyciel
added a commit
to Jelly-RDF/jelly-jvm
that referenced
this pull request
May 6, 2025
Issue: Jelly-RDF/jelly-protobuf#11 Depends on (merge it first, then change the submodule branch here to main!): Jelly-RDF/jelly-protobuf#67 Allow any graph term to be used in namespace declarations, not only IRIs. This actually simplifies the code a bit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #11
I have somehow missed that blank nodes are valid graph names, so we need to allow that. But, if we are allowing that, then it's simpler just go all the way in, and allow also literals in generalized RDF. This will make it simpler to implement.
The
graphoneof behaves here exactly as in statements, i.e., it's prohibited in the TRIPLES statement type, and required in QUADS.