diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/serd-filter.1 | 1 | ||||
-rw-r--r-- | doc/man/serd-pipe.1 | 7 | ||||
-rw-r--r-- | doc/man/serd-sort.1 | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/doc/man/serd-filter.1 b/doc/man/serd-filter.1 index ff076b97..08c851de 100644 --- a/doc/man/serd-filter.1 +++ b/doc/man/serd-filter.1 @@ -74,6 +74,7 @@ Output syntax or option: .Cm TriG , .Cm Turtle , .Cm ascii , +.Cm contextual , .Cm expanded , .Cm verbatim , .Cm terse , diff --git a/doc/man/serd-pipe.1 b/doc/man/serd-pipe.1 index a5dbd328..54e3a3b1 100644 --- a/doc/man/serd-pipe.1 +++ b/doc/man/serd-pipe.1 @@ -168,6 +168,13 @@ or an option: .Bl -tag -width 3n .It Cm ascii Escape all non-ASCII characters. +.It Cm contextual +Suppress writing directives that describe the context. +Normally when writing Turtle or Trig, +a document will have a header that defines all the prefixes used in the input. +This flag will disable writing those directives, +so the output is document fragment with an implicit context. +This can be useful for writing output intended for humans. .It Cm expanded Write expanded URIs instead of prefixed names. .It Cm lax diff --git a/doc/man/serd-sort.1 b/doc/man/serd-sort.1 index 1484d67e..ede0dd58 100644 --- a/doc/man/serd-sort.1 +++ b/doc/man/serd-sort.1 @@ -66,6 +66,7 @@ Output syntax or option: .Cm TriG , .Cm Turtle , .Cm ascii , +.Cm contextual , .Cm expanded , .Cm verbatim , .Cm terse , |