GH-1924: Add a "long" Turtle format variant#1923
Closed
rybesh wants to merge 21 commits intoapache:mainfrom
rybesh:main
Closed
GH-1924: Add a "long" Turtle format variant#1923rybesh wants to merge 21 commits intoapache:mainfrom rybesh:main
rybesh wants to merge 21 commits intoapache:mainfrom
rybesh:main
Conversation
Member
|
I've added an issue to track this. Could you please put "GH-1924: " on the front of the git log message? |
Member
The most important testing is round-trip of data: |
Member
Member
|
The enum |
Contributor
Author
|
I should be able to add the missing files, docs and tests tomorrow. |
Member
|
Great. 4.9.0 is "soon", not "very soon" (having to find time means we can't give accurate dates). Documentation changes can be after release - we update the site as needed, not just on release. |
The "long" Turtle format variant is based on rdflib's "longturtle" format. It uses a fixed indentation width (2) and linebreaks after each sequence element.
Co-authored-by: Andy Seaborne <andy@apache.org>
Co-authored-by: Andy Seaborne <andy@apache.org>
4 tasks
Contributor
Author
|
Moved to #1925 |
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.
This resolves: #1924
Pull request Description:
Adds a "long" Turtle format variant based on rdflib's "longturtle" format. It uses a fixed indentation width (2) and linebreaks after each sequence element.
See related
users@jenaML discussion: https://lists.apache.org/thread/0x2j11zs8vj1pv130hrlqxws4myl908vI’m not sure how to test this—there do not seem to be any current tests for indentation.
By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.
See the Apache Jena "Contributing" guide.