OSDB  OSDB Service Actions

Actions for Service: uriburner_sparql_query_svc

Action IDDescription
sparql_querySPARQL Query Action
Action options:

-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-everything, soft, grab-all, 
-q, --query <query>
	The SPARQL query text to execute.
	Required: yes
-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