A commandline tool for drawing rdf graphs in graphviz dot format
rdf2dot.py [-f <format>] files...
Read RDF files given on STDOUT, writes a graph of the resources in DOT language to stdout
-f specifies parser to use, if not given,
You can draw the graph of an RDF file directly:
rdf2dot my_rdf_file.rdf | dot -Tpng | display
This manual page was written by Olivier Berger <[email protected]>, for the Debian distribution.