other versions
- jessie 4.1.2-3
- jessie-backports 4.2.1-2~bpo8+1
- stretch 4.2.1-2
- testing 4.2.2-1
- unstable 4.2.2-2
| RDFS2DOT(1) | User Commands | RDFS2DOT(1) |
NAME¶
rdfs2dot - A commandline tool for drawing RDFS Class diagrams in Graphviz DOT formatSYNOPSIS¶
rdfs2dot.py [-f <format>] files...DESCRIPTION¶
Read RDFS files given on STDOUT, writes a graph of the RDFS schema in DOT language to stdoutOPTIONS¶
- -f specifies parser to use, if not given,
EXAMPLES¶
You can draw the graph of an RDFS file directly:rdfs2dot my_rdfs_file.rdf | dot -Tpng | display
AUTHOR¶
This manual page was written by Olivier Berger <obergix@debian.org>, for the Debian distribution.| December 2013 | rdfs2dot |