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