get_subgraph
Start from seed concepts and traverse outward through relationships to retrieve a bounded subgraph of knowledge.
Instructions
Traverse a bounded OKF subgraph outward from one or more seed concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Single canonical or path based okf URI to use as a seed. | |
| depth | No | Maximum relationship depth to traverse from the seeds. | |
| seeds | No | One or more okf URIs to use as traversal seeds. | |
| maxNodes | No | Maximum number of graph nodes to return. |