rdfs2dot - A commandline tool for drawing RDFS Class diagrams in Graphviz DOT format
Contents
Description
Read RDFS files given on STDOUT, writes a graph of the RDFS schema in DOT language to stdout
Examples
You can draw the graph of an RDFS file directly:
rdfs2dot my_rdfs_file.rdf | dot -Tpng | display
Name
rdfs2dot - A commandline tool for drawing RDFS Class diagrams in Graphviz DOT format
Options
-f specifies parser to use, if not given,
Synopsis
rdfs2dot.py [-f <format>] files...
