-
Notifications
You must be signed in to change notification settings - Fork 577
Closed
Labels
enhancementNew feature or requestNew feature or requestformat: TurtleRelated to the Turtle format.Related to the Turtle format.
Description
Hi all, probably esp. @nicholascar,
PR 1425 added the ttl2
serializer, which since became longturtle
. One of the goals was to reduce Git difference noise.
I unfortunately find that most of the noise in Git diffs comes from Turtle output not being sorted. This is an effect both on nodes with IRIs and with blank nodes that (if I'm guessing right) may be sorting based on their skolemized IDs.
Could an option to either of the Turtle serializers be added to sort the output, for those willing to pay the .serialize
time cost? I personally like Git-tracking demonstration results, so in many of my uses I'm willing to pay the time cost of sorting graphs.
robertmuilaucampia
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestformat: TurtleRelated to the Turtle format.Related to the Turtle format.