diff options
author | David Robillard <d@drobilla.net> | 2023-04-05 08:58:15 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | a1b677851274b7e5295962658e723cab007f9b85 (patch) | |
tree | bb9de8a1addaa32f0e973e382b16b4c46b64e0de /doc/man | |
parent | b5956c4dc6b065d664908104d5fc6752a87e3364 (diff) | |
download | serd-a1b677851274b7e5295962658e723cab007f9b85.tar.gz serd-a1b677851274b7e5295962658e723cab007f9b85.tar.bz2 serd-a1b677851274b7e5295962658e723cab007f9b85.zip |
Add SERD_READ_ORDERED to preserve blank node ordering in models
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/serd-pipe.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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. |