robot_merge
Merge multiple OWL ontology files into one ontology. Combine ontologies by file paths or IRIs, optionally collapsing import closures and removing owl:imports statements.
Instructions
Merge one or more OWL ontology files into a single ontology.
Combine multiple ontology files. Each input path or input_iri
IRI is loaded and merged. Use inputs for glob patterns like
"edit*.owl". By default, import closures are merged and
owl:imports statements are removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| input_iri | No | ||
| inputs | No | ||
| output | No | ||
| collapse_import_closure | No | ||
| include_annotations | No | ||
| annotate_derived_from | No | ||
| annotate_defined_by | 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 | |||