get_sparql_endpoints
Retrieves available SPARQL endpoints and their associated databases from the RDF Portal, enabling querying of biological data.
Instructions
Get the available SPARQL endpoints for RDF Portal.
RETURNS a dict with two keys: databases (maps each database ->
{url, endpoint_name, keyword_search}) and endpoints (maps each
endpoint_name -> {url, databases}).
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 | |||