v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
queries

Execute SPARQL query via POST

Execute a SPARQL query against a dataset or data project.

SPARQL results are available in a variety of formats. By default, application/sparql-results+json will be returned. Set the Accept header to one of the following values in accordance with your preference and the type of the query (SELECT, CONSTRUCT, DESCRIBE, ASK):

  • application/sparql-results+xml
  • application/sparql-results+json
  • application/rdf+json
  • application/rdf+xml
  • text/csv
  • text/tab-separated-values
  • text/turtle

New to SPARQL? Check out data.world's SPARQL tutorial.

post/sparql/{owner}/{id}

Path parameters

ownerstring required
idstring required

Dataset to query, e.g. ddw-catalogs

Request body

datasetVersionsstring
defaultGraphUrisstring[]
diagnoseboolean
namedGraphUrisstring[]
querystring required
queryRunTokenstring

Response

default response