Translate SPARQL to SQL

get

/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/sparql2sql/1.1

Returns the SQL translation for a SPARQL query. A client requires SQL Developer, RDF Developer or RDF Reader role to invoke this servce.

Request

Path Parameters
Query Parameters
  • A URL-encoded IRI identifying a named graph that should be included in the DEFAULT graph of the query dataset.
    Example:
    http%3A%2F%2Fwww.example.oracle.com%2Fg1
  • A URL-encoded IRI identifying a named graph that should be included in the set of named graphs for the query dataset.
    Example:
    http%3A%2F%2Fwww.example.oracle.com%2Fg2
  • A URL-encoded options string.
    Example:
    ALLOW_DUP=T ALL_LINK_HASH
  • A URL-encoded SPARQL query string.
    Example:
    SELECT%20%2A%0AWHERE%20%7B%20%3Fs%20%3Fp%20%3Fo%20%7D%0AORDER%20BY%20%3Fs%20%3Fp%20%3Fo%0ALIMIT%2010

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: string
The SQL translation of the submitted SPARQL query against the input RDF network and model.
Back to Top