REM Apply graphviz properties to protocol cross-reference python F:\W3C\Swap1111\cwm.py %1.n3 VizRules.n3 -bySubject -think -rdf > %1Viz.rdf REM Then apply stylesheet transform saxon -o %1Viz.dot %1Viz.rdf rdf2dot.xsl REM Finally, render the graph dot -Tpng <%1Viz.dot >%1Viz.png dot -Tgif <%1Viz.dot >%1Viz.gif