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.
If multiple files are provided they are loaded in parallel.
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 loaded file extension.
This disables most of validation on RDF content.
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...).
load |