SERDI(1) General Commands Manual SERDI(1)
NAME
serdi - Read and write RDF syntax
SYNOPSIS
serdi [OPTION]... INPUT BASE_URI
OPTIONS
-b Fast bulk output for large serialisations.
-c PREFIX
Chop PREFIX from matching blank node IDs.
-f Keep full URIs in input (don't qualify).
-h Print the command line options.
-i SYNTAX
Read input in SYNTAX (`turtle' or `ntriples').
-o SYNTAX
Write output in SYNTAX (`turtle' or `ntriples').
-p PREFIX
Add PREFIX to blank node IDs.
-r ROOT_URI
Keep relative URIs within ROOT_URI.
-s INPUT
Parse INPUT as a string (terminates options).
-v Display version information and exit.
AUTHOR
Serdi was written by David Robillard <d@drobilla.net>
COPYRIGHT
Copyright (C) 2011-2012 David Robillard.
License: <http://www.opensource.org/licenses/isc>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
<http://drobilla.net/software/serd>
17 Jan 2012 SERDI(1)