Scroll to navigation

SERDI(1) General Commands Manual SERDI(1)

NAME

serdi - Read and write RDF syntax

SYNOPSIS

serdi [OPTION]... INPUT BASE_URI

OPTIONS

Write ASCII output if possible.

Fast bulk output for large serialisations.

Chop PREFIX from matching blank node IDs.

Eat input one character at a time, rather than a page at a time which is the default. This is useful when reading from a pipe since output will be generated immediately as input arrives, rather than waiting until an entire page of input has arrived. With this option serdi uses one page less memory, but will likely be significantly slower.

Keep full URIs in input (don't qualify).

Print the command line options.

Read input as SYNTAX. Valid values (case-insensitive): “turtle”, “ntriples”, “trig”, “nquads”.

Lax (non-strict) parsing.

Write output as SYNTAX. Valid values (case-insensitive): “turtle”, “ntriples”, “trig”, “nquads”.

Add PREFIX to blank node IDs.

Suppress all output except data.

Keep relative URIs within ROOT_URI.

Parse INPUT as a string (terminates options).

Display version information and exit.

AUTHOR

Serdi was written by David Robillard <d@drobilla.net>

COPYRIGHT

Copyright © 2011-2020 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>

05 Jan 2017