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