onto_shacl
Validate ontology data against SHACL shapes to check cardinality, datatypes, and class constraints. Returns a conformance report with violations for knowledge graph governance.
Instructions
Validate the loaded ontology data against SHACL shapes. Checks cardinality (minCount/maxCount), datatypes, and class constraints. Returns a conformance report with violations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inline | No | If true, treat shapes as inline Turtle content | |
| shapes | Yes | Path to SHACL shapes file OR inline SHACL Turtle content |