1SERDI(1) General Commands Manual SERDI(1)
2
3
4
6 serdi - Read and write RDF syntax
7
8
10 serdi [OPTION]... INPUT BASE_URI
11
12
14 -a Write ASCII output if possible.
15
16
17 -b Fast bulk output for large serialisations.
18
19
20 -c PREFIX
21 Chop PREFIX from matching blank node IDs.
22
23
24 -e Eat input one character at a time, rather than a page at a time
25 which is the default. This is useful when reading from a pipe
26 since output will be generated immediately as input arrives,
27 rather than waiting until an entire page of input has arrived.
28 With this option serdi uses one page less memory, but will
29 likely be significantly slower.
30
31
32 -f Keep full URIs in input (don't qualify).
33
34
35 -h Print the command line options.
36
37
38 -i SYNTAX
39 Read input as SYNTAX. Valid values (case-insensitive): “tur‐
40 tle”, “ntriples”, “trig”, “nquads”.
41
42
43 -l Lax (non-strict) parsing.
44
45
46 -o SYNTAX
47 Write output as SYNTAX. Valid values (case-insensitive): “tur‐
48 tle”, “ntriples”, “trig”, “nquads”.
49
50
51 -p PREFIX
52 Add PREFIX to blank node IDs.
53
54
55 -q Suppress all output except data.
56
57
58 -r ROOT_URI
59 Keep relative URIs within ROOT_URI.
60
61
62 -s INPUT
63 Parse INPUT as a string (terminates options).
64
65
66 -v Display version information and exit.
67
68
70 Serdi was written by David Robillard <d@drobilla.net>
71
72
74 Copyright © 2011-2020 David Robillard.
75 License: <http://www.opensource.org/licenses/isc>
76 This is free software; you are free to change and redistribute it.
77 There is NO WARRANTY, to the extent permitted by law.
78
79
81 <http://drobilla.net/software/serd>
82
83
84
85 05 Jan 2017 SERDI(1)