From fa4c14acdeeabaf7aee0304a57ae7878ecea1776 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 May 2023 11:32:35 -0400 Subject: Add a reader flag to disable generated blank label avoidance --- doc/man/serd-pipe.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/man/serd-pipe.1') 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. -- cgit v1.2.1