aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-04 11:32:35 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commitfa4c14acdeeabaf7aee0304a57ae7878ecea1776 (patch)
tree5b43e86ecac55c9cee0056a2ce7a94c0f01aecbc /doc
parentfac7901dca0b4821582c6062600d37ac987082d9 (diff)
downloadserd-fa4c14acdeeabaf7aee0304a57ae7878ecea1776.tar.gz
serd-fa4c14acdeeabaf7aee0304a57ae7878ecea1776.tar.bz2
serd-fa4c14acdeeabaf7aee0304a57ae7878ecea1776.zip
Add a reader flag to disable generated blank label avoidance
Diffstat (limited to 'doc')
-rw-r--r--doc/man/serd-pipe.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man/serd-pipe.1 b/doc/man/serd-pipe.1
index 0ce40dbd..a986c570 100644
--- a/doc/man/serd-pipe.1
+++ b/doc/man/serd-pipe.1
@@ -111,6 +111,14 @@ so that URI references and blank nodes are passed to the sink exactly as they ar
Note that this does not apply to CURIEs, since serd deliberately does not
have a way to represent CURIE nodes.
A bad namespace prefix is considered a syntax error.
+.It Cm generated
+Read seemingly generated blank node labels exactly without adjusting them.
+Normally, blank node labels like
+.Li b123
+are adapted to avoid potential clashes with generated ones.
+This flag disables that,
+so such labels will be passed through exactly as they are in the input.
+Note that this may corrupt the output by merging distinct blank nodes.
.El
.It Fl O Ar syntax
Set an output syntax or option.