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
If no file is given, stdin is read.
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.
If no file is given, stdout is written.
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.
By default all graphs are loaded.
By default the default graph is used.
convert |