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

rdfs2dot - A commandline tool for drawing RDFS Class diagrams in Graphviz DOT format

Author

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

rdfs2dot                                          December 2013                                      RDFS2DOT(1)

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

See Also