onto_convert
Convert RDF files between serialization formats such as Turtle, N-Triples, RDF/XML, N-Quads, and TriG. Write the result to an output path or return the converted content directly.
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) |