onto_validate
Validate RDF/OWL syntax by checking a file path or inline Turtle content. Detect malformed ontologies early to ensure knowledge graphs are well-formed before further processing.
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 |