Get Example Query
get_example_queryGet the full SPARQL query text, description, keyword tags, and federated endpoints for any example query identified by its IRI.
Instructions
Fetch one curated example's full SPARQL text, description, keyword tags, and any federated endpoints it joins. Pass an example_id (full IRI) from search_example_queries. _meta.next_commands offers to run it directly via run_sparql_query. Signature: get_example_query(example_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| example_id | Yes | Full example IRI from search_example_queries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| _meta | No | ||
| error_code | No | ||
| message | No | ||
| retryable | No | ||
| recovery_action | No | ||
| field | No | ||
| allowed_values | No | ||
| hint | No | ||
| example_id | No | ||
| description | No | ||
| query | No | ||
| query_type | No | ||
| keywords | No |