search_cubes
Find statistical data cubes in LINDAS by topic. Returns cube URIs, with options to filter by language, publisher, and version.
Instructions
Find statistical data cubes in LINDAS by topic.
The entry point. Returns cube URIs you then pass to get_cube_structure.
By default only the newest published version of each cube is returned;
set latest_only=False to see every version.
Args:
query: Topic term, e.g. "Wald", "Abfluss", "Energie". Matched against
cube names and descriptions in the chosen language.
language: Language for names and descriptions.
creator_uri: Restrict to one publishing body (from list_publishers).
limit: Maximum cubes to return (1-100).
latest_only: Collapse versions to the newest per cube.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| language | No | de | |
| creator_uri | No | ||
| latest_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cubes | Yes | ||
| query | Yes | ||
| source | No | Data: LINDAS Linked Data Service, Swiss Federal Archives — https://lindas.admin.ch. Each cube declares its own licence; check the `licence` field before reuse. | |
| language | Yes | ||
| returned | Yes | ||
| match_type | No | 'none' when nothing matched — distinguishes a real miss from an error. | exact |
| provenance | No | live_sparql | |
| suggestion | No | Actionable next step when match_type is 'none' (e.g. which tool to try). | |
| latest_only | Yes | ||
| retrieved_at | Yes |