oxigraph-convert(1) General Commands Manual oxigraph-convert(1)

oxigraph-convert - Convert a RDF serialization from one format to an other

oxigraph convert [-f|--from-file] [--from-format] [--from-base] [-t|--to-file] [--to-format] [--to-base] [--lenient] [--from-graph] [--from-default-graph] [--to-graph] [-h|--help]

Convert a RDF serialization from one format to an other

File to convert from

If no file is given, stdin is read.

The format of the file(s) to convert from

It can be an extension like "nt" or a MIME type like "application/n-triples".

By default the format is guessed from the input file extension.

Base IRI of the file to read
File to convert to

If no file is given, stdout is written.

The format of the file(s) to convert to

It can be an extension like "nt" or a MIME type like "application/n-triples".

By default the format is guessed from the target file extension.

Base IRI of the file to write
Attempt to keep converting even if the data file is invalid
Only load the given named graph from the input file

By default all graphs are loaded.

Only load the default graph from the input file
Name of the graph to map the default graph to

By default the default graph is used.

Print help (see a summary with '-h')
convert