Sponsor:

Your company here — click to reach over 10,000 unique daily visitors

sordi - Man Page

load and rewrite RDF data

Synopsis

sordi[-hv] [-i syntax] [-o syntax] [-s string] input [base_uri]

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.

-i syntax

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

-o syntax

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

-s string

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.

See Also

Standards

Authors

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

Referenced By

sord_validate(1).

November 29, 2022