sparqlQuery
Run read-only SPARQL queries on a GraphDB repository to retrieve data in JSON, XML, or CSV formats. Ideal for exploring RDF graphs and extracting structured information.
Instructions
Execute a read-only SPARQL query against the GraphDB repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Optional: Response format (json, xml, csv) | json |
graph | No | Optional: Specific graph IRI to query | |
query | Yes | The SPARQL query to execute |