From a1b677851274b7e5295962658e723cab007f9b85 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 5 Apr 2023 08:58:15 -0400 Subject: Add SERD_READ_ORDERED to preserve blank node ordering in models --- doc/man/serd-pipe.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/man') diff --git a/doc/man/serd-pipe.1 b/doc/man/serd-pipe.1 index a2ce86eb..a5dbd328 100644 --- a/doc/man/serd-pipe.1 +++ b/doc/man/serd-pipe.1 @@ -148,6 +148,10 @@ to prevent labels in different files from clashing. This option disables that, so blank node labels will be passed through without any added prefix. Note that this may corrupt the output by merging distinct blank nodes. +.It Cm ordered +Generate blank node labels with suffixes left-padded with zeros. +This generates IDs like "_:b0000000123" that sort in numerical order, +which can be useful to preserve statement ordering. .El .It Fl O Ar syntax Set an output syntax or option. -- cgit v1.2.1