onto_convert
Convert RDF files between formats including turtle, ntriples, rdfxml, nquads, and trig. Transform ontology data for compatibility across different systems and tools.
Instructions
Convert an RDF file between formats: turtle, ntriples, rdfxml, nquads, trig
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Optional output file path (if omitted, returns content) | |
| path | Yes | Path to source RDF file | |
| to | Yes | Target format: turtle, ntriples, rdfxml, nquads, trig |