rdf2dot
A commandline tool for drawing RDF graphs in Graphviz DOT format
- Provided by: python-rdflib-tools (Version: 7.4.0-1)
- Source: rdflib
- Report a bug
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
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 <obergix@debian.org>, for the Debian distribution.