1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.TH SORDI 1 "17 Jan 2012"
.SH NAME
.B sordi \- Load and re-serialise RDF data
.SH SYNOPSIS
sordi [OPTION]... INPUT BASE_URI
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Print the command line options.
.TP
\fB\-i SYNTAX\fR
Read input in SYNTAX (`turtle' or `ntriples').
.TP
\fB\-o SYNTAX\fR
Write output in SYNTAX (`turtle' or `ntriples').
.TP
\fB\-s INPUT\fR
Parse INPUT as a string (terminates options).
.TP
\fB\-v\fR
Display version information and exit.
.SH AUTHOR
Sordi was written by David Robillard <d@drobilla.net>
.SH COPYRIGHT
Copyright \(co 2011 David Robillard.
.br
License: <http://www.opensource.org/licenses/isc-license>
.br
This is free software; you are free to change and redistribute it.
.br
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
<http://drobilla.net/software/sord>
|