OSDB  OSDB Service Actions

Actions for Service: virtuoso_sparul_query_svc

Action IDDescription
sparul_update_using_getSPARQL update operation using GET
Action options:

-t, --timeout [timeout]
	The timeframe (in milliseconds) within which a complete or partial SPARQL query solution should be produced.
	Required: no
-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-all-seealso, , grab-all, soft, grab-everything
-d, --default_graph_uri [default_graph_uri]
	An optional graph IRI identifying the graph to update if the graph isn't identified in the update request.
	Required: no
-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
-q, --query <query>
	The SPARUL query text to execute.
	Required: yes
-h, --host <host>
	The hostname of the SPARUL endpoint
	Required: yes
-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
sparul_update_using_postSPARUL update operation using POST
Action options:

-t, --timeout [timeout]
	The timeframe (in milliseconds) within which a complete or partial SPARQL query solution should be produced.
	Required: no
-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-all-seealso, , grab-all, soft, grab-everything
-d, --default_graph_uri [default_graph_uri]
	An optional graph IRI identifying the graph to update if the graph isn't identified in the update request.
	Required: no
-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
-h, --host <host>
	The hostname of the SPARUL endpoint
	Required: yes
-q, --query <query>
	The SPARUL query text to execute.
	Required: yes
-e, --encoding <encoding>
	The MIME type of the body data.
	Required: yes
	Permitted values: application/x-www-form-urlencoded
-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