diff options
Diffstat (limited to 'doc/serdi.1')
-rw-r--r-- | doc/serdi.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1 index 9c6900ef..95d681b0 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -1,4 +1,4 @@ -.TH SERDI 1 "05 Jan 2017" +.TH SERDI 1 "06 Jan 2019" .SH NAME .B serdi \- Read and write RDF syntax @@ -48,6 +48,12 @@ Parser stack size. Lax (non-strict) parsing. .TP +.BR \-m +Build and serialise a model. +This loads the complete input data into memory before writing the output. +This will normalize statement order, at the cost of performance and memory consumption. + +.TP .BR \-o " " \fISYNTAX\fR Write output as \fISYNTAX\fR. Valid values (case-insensitive): \*(lqturtle\*(rq, \*(lqntriples\*(rq, \*(lqtrig\*(rq, \*(lqnquads\*(rq. @@ -65,6 +71,12 @@ Suppress all output except data. Keep relative URIs within \fIROOT_URI\fR. .TP +.BR \-S +Stream model quickly without inlining. +This only has an effect when a model is used, and disables searching and statement reordering for pretty printing. +Statements will be written in simple sorted order, which is faster, but may result in less readable output in Turtle or TriG. + +.TP .BR \-s " " \fIINPUT\fR Parse \fIINPUT\fR as a string (terminates options). |