Hello, I use riot to convert RDF files to different formats on the command line. It works well, but I wonder if there is an option to have @base and @prefix definitions in the output in turtle format. In many cases that would result in more compact files that are easier to read for humans.
I can image riot could identify repeating URI prefixes itself, or perhaps a file with @prefix definitions could be supplied as a parameter... As for @base, I see that there is a parameter --base=URI for riot. But using it does not seem to give an @base in turtle output. Greetings, Frans
