podbc_sparql_query
Execute SPARQL queries to retrieve and analyze data from databases accessible via SQLAlchemy, with customizable options for format, timeout, and URL.
Instructions
Execute a SPARQL query and return results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| query | Yes | ||
| timeout | No | ||
| url | No |