We currently use mlcp to import Turtle files. We specify 'rdf' on import, which works fine.
However, there doesn't seem to be a way to specify this on export using mlcp. The documentation only mentions XML and JSON as formats.
Is exporting as RDF (and ideally serialized as Turtle) possible using mlcp?
We have specified a graph to export, but there doesn't seem to be arguments for specifying RDF/Turtle
No, I don't believe there is a way to export from MLCP in turtle format.
There is the
sem:rdf-serialize()function where you can specifyturtlein the options for the format.You could instead export using CoRB and apply the
sem:rdf-serialize()within the process module to export turtle formatted results.