onto_convert
Convert RDF files between Turtle, NTriples, RDF/XML, NQuads, and TriG formats. Provide source path and target format to return or save the converted content.
Instructions
Convert an RDF file between formats: turtle, ntriples, rdfxml, nquads, trig
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target format: turtle, ntriples, rdfxml, nquads, trig | |
| path | Yes | Path to source RDF file | |
| output | No | Optional output file path (if omitted, returns content) |