logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdf2dot - A commandline tool for drawing RDF graphs in Graphviz DOT format

Author

       This manual page was written by Olivier Berger <obergix@debian.org>, for the Debian distribution.

rdf2dot                                           December 2013                                       RDF2DOT(1)

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...

See Also