get_sparql_endpoints
Retrieve available SPARQL endpoints and their associated databases from the RDF Portal. Returns mappings of endpoints to URLs and database details for querying 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 | |||