comparison src/serd-0.18.2/doc/serdi.1 @ 85:545efbb81310

Import initial set of sources
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 18 Mar 2013 14:12:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 85:545efbb81310
1 .TH SERDI 1 "08 May 2012"
2
3 .SH NAME
4 .B serdi \- Read and write RDF syntax
5
6 .SH SYNOPSIS
7 serdi [OPTION]... INPUT BASE_URI
8
9 .SH OPTIONS
10
11 .TP
12 \fB\-b\fR
13 Fast bulk output for large serialisations.
14
15 .TP
16 \fB\-c PREFIX\fR
17 Chop PREFIX from matching blank node IDs.
18
19 .TP
20 \fB\-e\fR
21 Eat input one character at a time, rather than a page at a time which is the
22 default. This is useful when reading from a pipe since output will be
23 generated immediately as input arrives, rather than waiting until an entire
24 page of input has arrived. With this option serdi uses one page less memory,
25 but will likely be significantly slower.
26
27 .TP
28 \fB\-f\fR
29 Keep full URIs in input (don't qualify).
30
31 .TP
32 \fB\-h\fR
33 Print the command line options.
34
35 .TP
36 \fB\-i SYNTAX\fR
37 Read input in SYNTAX (`turtle' or `ntriples').
38
39 .TP
40 \fB\-o SYNTAX\fR
41 Write output in SYNTAX (`turtle' or `ntriples').
42
43 .TP
44 \fB\-p PREFIX\fR
45 Add PREFIX to blank node IDs.
46
47 .TP
48 \fB\-r ROOT_URI\fR
49 Keep relative URIs within ROOT_URI.
50
51 .TP
52 \fB\-s INPUT\fR
53 Parse INPUT as a string (terminates options).
54
55 .TP
56 \fB\-v\fR
57 Display version information and exit.
58
59 .SH AUTHOR
60 Serdi was written by David Robillard <d@drobilla.net>
61
62 .SH COPYRIGHT
63 Copyright \(co 2011-2012 David Robillard.
64 .br
65 License: <http://www.opensource.org/licenses/isc>
66 .br
67 This is free software; you are free to change and redistribute it.
68 .br
69 There is NO WARRANTY, to the extent permitted by law.
70
71 .SH "SEE ALSO"
72 <http://drobilla.net/software/serd>