Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

serdi.1 1.4KB

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