get_sparql_endpoints
Retrieves available SPARQL endpoints from the RDF Portal, mapping each endpoint to its URL and associated databases. Use this to identify which biological databases can be queried via SPARQL.
Instructions
Get the available SPARQL endpoints for RDF Portal.
Returns: Dict with two keys: - databases: Dict mapping database -> {url, endpoint_name, keyword_search} - endpoints: Dict mapping endpoint_name -> {url, databases}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||