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