sparql_select
Executes SPARQL SELECT queries on RDF data and returns results as JSON for tabular data exploration.
Instructions
Execute a SPARQL SELECT query and return results as JSON. Use this for queries that return tabular data with variable bindings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (applied if query has no LIMIT) | |
| query | Yes | The SPARQL SELECT query to execute | |
| repository_id | No | Repository ID (uses default if not specified) |