aboutsummaryrefslogtreecommitdiffstats
path: root/doc/serdi.1
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 13:28:47 +0200
committerDavid Robillard <d@drobilla.net>2020-10-27 13:13:58 +0100
commit2be5c4870ebc6dc3f0562dcf53eda3c946981a1c (patch)
treeabc513fd38b6ca183c9fa02ec5148a89b4aa6f31 /doc/serdi.1
parent0e8a72aae08b64beb11d97f020c14126178d7545 (diff)
downloadserd-2be5c4870ebc6dc3f0562dcf53eda3c946981a1c.tar.gz
serd-2be5c4870ebc6dc3f0562dcf53eda3c946981a1c.tar.bz2
serd-2be5c4870ebc6dc3f0562dcf53eda3c946981a1c.zip
Add model
Diffstat (limited to 'doc/serdi.1')
-rw-r--r--doc/serdi.114
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).