onto_extend
Ingest data, validate with SHACL, and run OWL reasoning in a single pipeline to extend ontologies with verified knowledge.
Instructions
Convenience pipeline: ingest data → validate with SHACL → run OWL reasoning, all in one call. Combines onto_ingest + onto_shacl + onto_reason.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_iri | No | Base IRI for generated instances | |
| data_path | Yes | Path to the data file | |
| format | No | Data format (auto-detected if omitted) | |
| inline_mapping | No | If true, treat mapping as inline JSON | |
| inline_shapes | No | If true, treat shapes as inline Turtle | |
| mapping | No | Mapping config (inline JSON or file path) | |
| reason_profile | No | Reasoning profile (rdfs, owl-rl). Omit to skip reasoning. | |
| shapes | No | Path to SHACL shapes file or inline Turtle | |
| stop_on_violations | No | If true (default), stop pipeline on SHACL violations |