1SORDI(1) General Commands Manual SORDI(1)
2
3
4
6 sordi - Load and re-serialise RDF data
7
8
10 sordi [OPTION]... INPUT BASE_URI
11
12
14 -h Print the command line options.
15
16
17 -i SYNTAX
18 Read input in SYNTAX (`turtle' or `ntriples').
19
20
21 -o SYNTAX
22 Write output in SYNTAX (`turtle' or `ntriples').
23
24
25 -s INPUT
26 Parse INPUT as a string (terminates options).
27
28
29 -v Display version information and exit.
30
31
33 Sordi was written by David Robillard <d@drobilla.net>
34
35
37 Copyright © 2011-2016 David Robillard.
38 License: <http://www.opensource.org/licenses/isc-license>
39 This is free software; you are free to change and redistribute it.
40 There is NO WARRANTY, to the extent permitted by law.
41
42
44 <http://drobilla.net/software/sord>
45
46
47
48 17 Jan 2012 SORDI(1)