/* transformed by by Id: rdf2dot.xsl,v 1.1 2002/10/22 13:00:59 graham Exp */ digraph d0e258 { nodesep="0.25"; rankdir="TB"; ranksep="2"; ratio="compress"; size="10.5,18"; { rank = same ; "RDFInference2.n3#ante" ; "RDFInference2.n3#rule" ; "RDFInference2.n3#cons" } "#_g0" [color="violet", fontcolor="white", fontsize="32", label="?userHost", shape="ellipse", style="filled", ]; "#_g1" [color="orange", fontcolor="white", fontsize="32", label="?userAccess", shape="ellipse", style="filled", ]; "#_g2" [color="orange", fontcolor="white", fontsize="32", label="?userAccess", shape="ellipse", style="filled", ]; "RDFInference2.n3#ante" [color="pink", fontcolor="white", fontsize="32", label="?userName", shape="ellipse", style="filled", ]; "RDFInference2.n3#ante" -> "#_g1" [ /* edge attributes */ color="seagreen", fontsize="24", label="access type", weight="2", ]; "RDFInference2.n3#ante" -> "#_g0" [ /* edge attributes */ color="blue", fontsize="24", label="uses host", weight="2", ]; "RDFInference2.n3#ante" -> "RDFInference2.n3#rule" [ /* edge attributes */ color="green", fontsize="30", label="", weight="2", ]; "RDFInference2.n3#cons" [color="violet", fontcolor="white", fontsize="32", label="?userHost", shape="ellipse", style="filled", ]; "RDFInference2.n3#cons" -> "#_g2" [ /* edge attributes */ color="seagreen", fontsize="24", label="access type", weight="2", ]; "RDFInference2.n3#rule" [color="white", fontcolor="green", fontsize="32", label="implies", shape="ellipse", ]; "RDFInference2.n3#rule" -> "RDFInference2.n3#cons" [ /* edge attributes */ color="green", fontsize="30", label="", weight="2", ]; }