aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 13:28:47 +0200
committerDavid Robillard <d@drobilla.net>2019-12-20 10:26:55 -0500
commit29e57379adab81cba7c38a00f30a48949281e216 (patch)
tree562b333a7dcd795ac085947a2231835e5ae271bf /doc
parent552803a61c0f98dcf682ae4d44935e32c6b80472 (diff)
downloadserd-29e57379adab81cba7c38a00f30a48949281e216.tar.gz
serd-29e57379adab81cba7c38a00f30a48949281e216.tar.bz2
serd-29e57379adab81cba7c38a00f30a48949281e216.zip
Add model
Diffstat (limited to 'doc')
-rw-r--r--doc/serdi.117
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/serdi.1 b/doc/serdi.1
index f4c6d13c..810d13a5 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
@@ -29,6 +29,13 @@ page of input has arrived. With this option serdi uses one page less memory,
but will likely be significantly slower.
.TP
+.BR \-f
+Fast serialisation without object inlining. This affects only model
+(non-streaming) serialisation, 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 \-h
Print the command line options.
@@ -46,6 +53,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
@@ -74,7 +87,7 @@ Display version information and exit.
Serdi was written by David Robillard <d@drobilla.net>
.SH COPYRIGHT
-Copyright \(co 2011-2017 David Robillard.
+Copyright \(co 2011-2019 David Robillard.
.br
License: <http://www.opensource.org/licenses/isc>
.br