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>2020-06-21 18:12:04 +0200
commite58e51850bc388ef666ebdf29d213878f5ec0629 (patch)
tree1faee34b2488d6d94634d602c9d56f083662db48 /doc
parent23ac6850e10baa32ade25f8a090329672ce99318 (diff)
downloadserd-e58e51850bc388ef666ebdf29d213878f5ec0629.tar.gz
serd-e58e51850bc388ef666ebdf29d213878f5ec0629.tar.bz2
serd-e58e51850bc388ef666ebdf29d213878f5ec0629.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..8e07e273 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-2020 David Robillard.
.br
License: <http://www.opensource.org/licenses/isc>
.br