From 2be5c4870ebc6dc3f0562dcf53eda3c946981a1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2018 13:28:47 +0200 Subject: Add model --- doc/serdi.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ -47,6 +47,12 @@ Parser stack size. .BR \-l 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. @@ -64,6 +70,12 @@ Suppress all output except data. .BR \-r " " \fIROOT_URI\fR 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). -- cgit v1.2.1