Navigate SKOS Hierarchy
navigate_skos_hierarchyExplore semantic relationships by navigating SKOS hierarchies upward, downward, or both from a given concept URI up to depth 5.
Instructions
Navigate a SKOS hierarchy upward and/or downward from a concept.
Args:
uri: Concept URI
direction: "up" | "down" | "both"
depth: 1..5
Returns:
Flat list of related concepts with direction and depth
Use when: You want a dedicated SKOS navigation tool instead of writing custom query_sparql property paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI of the starting concept | |
| depth | No | Traversal depth from 1 to 5 | |
| direction | No | Traverse broader, narrower, or both directions | both |