find_connections
Query FOLIO ontology for semantic connections (subject-property-object triples) between legal concepts.
Instructions
Find semantic connections (triples) between FOLIO concepts.
Searches for subject-property-object triples. At minimum, provide a subject_iri. Optionally filter by property and/or object.
Args: subject_iri: IRI of the subject concept. property_name: Optional property name or IRI to filter by. object_iri: Optional object concept IRI to filter by.
Returns: JSON array of triples [{subject: {...}, property: {...}, object: {...}}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_iri | No | ||
| subject_iri | Yes | ||
| property_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |