oxigraph-query(1) | General Commands Manual | oxigraph-query(1) |
oxigraph-query - Execute a SPARQL query against the store
oxigraph query <-l|--location> [-q|--query] [--query-file] [--query-base] [-r|--results-file] [--results-format] [--explain] [--explain-file] [--stats] [--union-default-graph] [-h|--help]
Execute a SPARQL query against the store
If no query or query file are given, stdin is used.
If no query or query file are given, stdin is used.
If no file is given, stdout is used.
It can be an extension like "nt" or a MIME type like "application/n-triples".
By default the format is guessed from the results file extension.
Use the stats option to print also query evaluation statistics.
If the file extension is .json the JSON format is used, if .txt a human readable format is used.
Use the stats option to print also query evaluation statistics.
Beware, computing the statistics adds some overhead to the evaluation runtime.
query |