Graphviz support.
Examples:
Requiring the RDF::Raptor module
RDF::Raptor
require 'rdf/raptor'
Serializing RDF statements into a Graphviz file
RDF::Writer.open("output.dot") do |writer| graph.each_statement do |statement| writer << statement end end
Classes: Format, Writer