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