get_term_children
Retrieve direct child terms of a specific ontology term using its IRI and ontology identifier. Supports filtering obsolete entities and limiting result size for efficient data retrieval.
Instructions
Get direct children of a specific term.
Args: term_iri: The IRI of the term ontology: The ontology identifier include_obsolete: Include obsolete entities size: Maximum number of results
Returns: JSON formatted list of child terms
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_obsolete | No | ||
ontology | Yes | ||
size | No | ||
term_iri | Yes |