VladimirAlexiev opened a new issue, #2411:
URL: https://github.com/apache/jena/issues/2411

   ### Version
   
   4.5.0
   
   ### Feature
   
   arq --data=<file> --query=<query>
     Control
         --explain              Explain and log query execution
         --repeat=N or N,M      Do N times or N warmup and then M times (use 
for timing to overcome start up costs of Java)
         --optimize=            Turn the query optimizer on or off (default: on)
     Time
         --time                 Time the operation
     Query Engine
         --engine=EngineName    Register another engine factory[ref]
         --unengine=EngineName   Unregister an engine factory
     Dataset
         --data=FILE            Data for the dataset - triple or quad formats
         --graph=FILE           Graph for default graph of the datset
         --namedGraph=FILE      Add a graph into the dataset as a named graph
     Results
         --results=             Results format (Result set: text, XML, JSON, 
CSV, TSV; Graph: RDF serialization)
         --desc=                Assembler description file
     Query
         --query, --file        File containing a query
         --syntax, --in         Syntax of the query
         --base                 Base URI for the query
     Symbol definition
         --set                  Set a configuration symbol to a value
     General
         -v   --verbose         Verbose
         -q   --quiet           Run with minimal output
         --debug                Output information for debugging
         --help
         --version              Version information
         --strict               Operate in strict SPARQL mode (no extensions of 
any kind)
    VERSION: 4.5.0
   Jena:       VERSION: 4.5.0
   Jena:       BUILD_DATE: 2022-05-01T13:58:04Z
   https://jena.apache.org/documentation/query/cmds.html#arqquery
   datset
   
   ### Are you interested in contributing a solution yourself?
   
   None


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to