Search in Vocabulary
search_in_vocabularySearch for concepts within a specific controlled vocabulary by providing its URI and a keyword to find matching labels.
Instructions
Search for concepts within a specific Controlled Vocabulary (ConceptScheme).
Args:
schemeUri: URI of the ConceptScheme (from list_vocabularies)
keyword: Search term for label matching (case-insensitive regex)
limit: Maximum results (default: 20)
lang: "it" | "en" | "any" (default: "any")
Returns:
Matching concepts with labels and optional notation codes
When to use this vs X:
vs
browse_vocabulary: use this only for a quick keyword search inside a scheme you already knowbrowse_vocabularyis usually the better default because it supports pagination and already acceptskeyword
Deprecated: Deprecated. Usa browse_vocabulary con il parametro keyword.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Preferred label language; "any" keeps all languages. | any |
| limit | No | ||
| keyword | Yes | The search keyword | |
| schemeUri | Yes | The URI of the ConceptScheme (from list_vocabularies) |