logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sordi — load and rewrite RDF data

Authors

sordi is a part of sord, by David Robillard ⟨d@drobilla.net⟩.

Sord 0.30.17                                      Nov 29, 2022                                          SORDI(1)

Description

sordi is a command-line utility for loading RDF data into a model, and writing it out again.

       sordi  is  mainly useful for things like removing duplicate statements, merging data files, or aggressive
       pretty-printing with statement reordering.

       The options are as follows:

       -h, --help
            Print the command line options.

       -isyntax
            Read input as syntax.  Case is ignored, valid values are: “NQuads”, “NTriples”, “TriG”, “Turtle”.

       -osyntax
            Write output as syntax.  Case is ignored, valid values are: “NQuads”, “NTriples”, “TriG”, “Turtle”.

       -sstring
            Parse string input instead of a file (terminates options).

       -v   Display version information and exit.

Exit Status

sordi exits with a status of 0, or non-zero if an error occurred.

Name

       sordi — load and rewrite RDF data

See Also

Standards

       W3C, RDF1.1NQuads, February 2014.  https://www.w3.org/TR/n-quads/

       W3C, RDF1.1NTriples, February 2014.  https://www.w3.org/TR/n-triples/

       W3C, RDF1.1TriG, February 2014.  https://www.w3.org/TR/trig/

       W3C, RDF1.1Turtle, February 2014.  https://www.w3.org/TR/turtle/

Synopsis

sordi [-hv] [-isyntax] [-osyntax] [-sstring] input [base_uri]

See Also