logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       Load file(s) into the store

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

Name

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

Options

-l, --location=LOCATION
              Directory in which Oxigraph data are persisted

       -f, --file=FILE
              File(s) to load

              If multiple files are provided they are loaded in parallel.

              If no file is given, stdin is read.

       --format=FORMAT
              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=BASE
              Base IRI of the file(s) to load

       --lenient
              Attempt to keep loading even if the data file is invalid

              This disables most of validation on RDF content.

       --graph=GRAPH
              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...).

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

                                                      load                                      oxigraph-load(1)

Synopsis

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

See Also