robot_export
Export ontology data to tabular formats (CSV, TSV, JSON, HTML, XLSX) with customizable columns and entity type filtering.
Instructions
Export ontology data to a table (CSV, TSV, JSON, HTML, XLSX).
The header defines columns using pipe-separated names like
"ID|LABEL|SubClass Of". Use include to specify entity types
(classes, individuals, properties). Use sort to order by column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| header | No | ||
| export | No | ||
| format | No | ||
| sort | No | ||
| split | No | ||
| include | No | ||
| entity_select | No | ||
| entity_format | No | ||
| working_directory | No | ||
| catalog | No | ||
| prefixes | No | ||
| add_prefix | No | ||
| noprefixes | No | ||
| verbose | No | ||
| strict | No | ||
| xml_entities | No | ||
| extra_args | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||