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

oxigraph-load - Load file(s) into the store

oxigraph load <-l|--location> [-f|--file] [--format] [--base] [--lenient] [--graph] [-h|--help]

Load file(s) into the store

Feel free to enable the --lenient option if you know your input is valid to get better performances.

Directory in which Oxigraph data are persisted
File(s) to load

If multiple files are provided they are loaded in parallel.

If no file is given, stdin is read.

The format of the file(s) to load

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

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

Base IRI of the file(s) to load
Attempt to keep loading even if the data file is invalid

This disables most of validation on RDF content.

Name of the graph to load the data to

By default the default graph is used.

Only available when loading a graph file (N-Triples, Turtle...) and not a dataset file (N-Quads, TriG...).

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