What problem does it solve? Looking up biomedical ontology terms, definitions, and hierarchical relationships across hundreds of ontologies (GO, DOID, HP, ChEBI, and more) normally requires manual API calls and knowledge of the OLS4 REST endpoints. This Skill provides ready-to-run scripts that search, resolve, and navigate ontology data with built-in rate limiting compliant with EBI's Terms of Use. ## Core Features & Use Cases - Term Search & Resolution: Search 250+ ontologies by keyword, filter by ontology, use exact-match entity resolution, and autocomplete partial term names. - Hierarchy Navigation: Retrieve parents, children, ancestors, descendants, and hierarchical (transitive) relations like "part of" for any term by OBO ID or IRI. - Ontology Metadata & Stats: Fetch ontology details, root terms, properties, individuals, and OLS index statistics. - Use Case: A researcher asks "What is the parent of myocardial infarction?" — the Skill searches the Disease Ontology for the exact term, resolves its OBO ID (DOID:5844), and returns its parent terms in two scripted steps. ## Quick Start Ask the assistant to find the definition and parent terms of a disease or phenotype, for example: "Look up the term 'apoptosis' in the Gene Ontology and show its parents."