sparql_ask
Execute a SPARQL ASK query to check if data meets conditions, returning a boolean result for yes/no questions.
Instructions
Execute a SPARQL ASK query and return a boolean result. Use this for yes/no questions about the data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The SPARQL ASK query to execute | |
| repository_id | No | Repository ID (uses default if not specified) |