This is the command rdf2dot that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rdf2dot - A commandline tool for drawing RDF graphs in Graphviz DOT format
SYNOPSIS
rdf2dot.py [-f <format>] files...
DESCRIPTION
Read RDF files given on STDOUT, writes a graph of the resources in DOT language to stdout
OPTIONS
-f specifies parser to use, if not given,
EXAMPLES
You can draw the graph of an RDF file directly:
rdf2dot my_rdf_file.rdf | dot -Tpng | display
Use rdf2dot online using onworks.net services