I use the Perl program rdfdot to transform a RDF file into a svg file. This program works fine but there is no way apparently to specify graphviz parameters such as the graph type ( Which normally are entered on the command line ).
For example, we could specify the graph layout: dot, neato, circo, twopi, fdp, sfdp.
So my question is: How can I specify graphviz rendering parameters to the utility rdfdot ? Thanks.