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.

44 lines
811B

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