Chris@0: .TH SERDI 1 "08 May 2012" Chris@0: Chris@0: .SH NAME Chris@0: .B serdi \- Read and write RDF syntax Chris@0: Chris@0: .SH SYNOPSIS Chris@0: serdi [OPTION]... INPUT BASE_URI Chris@0: Chris@0: .SH OPTIONS Chris@0: Chris@0: .TP Chris@0: \fB\-b\fR Chris@0: Fast bulk output for large serialisations. Chris@0: Chris@0: .TP Chris@0: \fB\-c PREFIX\fR Chris@0: Chop PREFIX from matching blank node IDs. Chris@0: Chris@0: .TP Chris@0: \fB\-e\fR Chris@0: Eat input one character at a time, rather than a page at a time which is the Chris@0: default. This is useful when reading from a pipe since output will be Chris@0: generated immediately as input arrives, rather than waiting until an entire Chris@0: page of input has arrived. With this option serdi uses one page less memory, Chris@0: but will likely be significantly slower. Chris@0: Chris@0: .TP Chris@0: \fB\-f\fR Chris@0: Keep full URIs in input (don't qualify). Chris@0: Chris@0: .TP Chris@0: \fB\-h\fR Chris@0: Print the command line options. Chris@0: Chris@0: .TP Chris@0: \fB\-i SYNTAX\fR Chris@0: Read input in SYNTAX (`turtle' or `ntriples'). Chris@0: Chris@0: .TP Chris@0: \fB\-o SYNTAX\fR Chris@0: Write output in SYNTAX (`turtle' or `ntriples'). Chris@0: Chris@0: .TP Chris@0: \fB\-p PREFIX\fR Chris@0: Add PREFIX to blank node IDs. Chris@0: Chris@0: .TP Chris@0: \fB\-r ROOT_URI\fR Chris@0: Keep relative URIs within ROOT_URI. Chris@0: Chris@0: .TP Chris@0: \fB\-s INPUT\fR Chris@0: Parse INPUT as a string (terminates options). Chris@0: Chris@0: .TP Chris@0: \fB\-v\fR Chris@0: Display version information and exit. Chris@0: Chris@0: .SH AUTHOR Chris@0: Serdi was written by David Robillard Chris@0: Chris@0: .SH COPYRIGHT Chris@0: Copyright \(co 2011-2012 David Robillard. Chris@0: .br Chris@0: License: Chris@0: .br Chris@0: This is free software; you are free to change and redistribute it. Chris@0: .br Chris@0: There is NO WARRANTY, to the extent permitted by law. Chris@0: Chris@0: .SH "SEE ALSO" Chris@0: