get_properties
Retrieve all OWL object properties from the FOLIO ontology, including relationship types like hasJurisdiction and governedBy, and return property data with IRI, label, definition, domain, range.
Instructions
Get all OWL object properties defined in the FOLIO ontology.
Returns properties that describe relationships between concepts (e.g., "hasJurisdiction", "appliesTo", "governedBy").
Returns: JSON array of properties with iri, label, definition, domain, and range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |