onto_validate
Validate RDF/OWL syntax from a file path or inline Turtle content, returning errors to ensure correct ontology structure.
Instructions
Validate RDF/OWL syntax. Accepts a file path or inline Turtle content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Path to an RDF file OR inline Turtle content | |
| inline | No | If true, treat input as inline content rather than a file path |