robot_template
Convert CSV or TSV tabular data into OWL ontology format using a template file that defines headers and mapping strings.
Instructions
Convert tabular data (CSV/TSV) into OWL ontology format.
The template file has: row 1 = headers, row 2 = template strings
(e.g. ID, LABEL, SC % for subclass), rows 3+ = data.
Use merge_before or merge_after to control how template
output combines with the input ontology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| output | No | ||
| template | No | ||
| prefix | No | ||
| ontology_iri | No | ||
| merge_before | No | ||
| merge_after | No | ||
| force | No | ||
| errors | 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 | |||