Action options:
-q, --query <query>
The SPARQL query text to execute.
Required: yes
-s, --should_sponge [should_sponge]
This parameter determines if a variety of extract, transform and load workflows
are dispatched to RDF transformation service providers (a/k/a RDFizers).
Required: no
Permitted values: grab-everything, grab-all, grab-all-seealso, , soft
-f, --format [format]
A MIME type specifying the preferred query response format.
Required: no
Permitted values: application/sparql-results+json, text/plain, application/vnd.ms-excel, application/sparql-results+xml, text/csv, text/turtle, text/html, application/javascript, application/rdf+xml
-d, --default_graph_uri [default_graph_uri]
An optional graph IRI identifying the graph to query if the query does not include any FROM or FROM NAMED clauses.
Required: no
-t, --timeout [timeout]
The timeframe (in milliseconds) within which a complete or partial SPARQL query solution should be produced.
Required: no
-r, --response_format [response_format]
Sets the response media type through an Accept header.
Required: no
Permitted values: */*
-u, --quality_values [quality_values]
Quality value string. e.g. application/json;q=1.0,text/turtle;q=0.8,*/*;q=0.5.
--response_format takes precedence.
Required: no