/* transformed by by Id: rdf2dot.xsl,v 1.6 2001/04/26 16:19:35 connolly Exp */ digraph N30 { label="An RDF Statement"; "http://example/scenario#bill" [label="http://example/scenario#bill", ]; "http://example/scenario#bill" -> "http://example/scenario#bob" [ /* edge attributes */ label="http://www.daml.org/2001/03/daml+oil-ex#hasFather", ]; "http://example/scenario#bill" -> "http://example/scenario#billN" [ /* edge attributes */ color="blue", ]; "http://example/scenario#bob" [label="http://example/scenario#bob", ]; "http://example/scenario#bob" -> "http://example/scenario#bobN" [ /* edge attributes */ color="blue", ]; "http://example/scenario#billN" [label="Bill", shape="plaintext", ]; "http://example/scenario#bobN" [label="Bob", shape="plaintext", ]; subgraph clusterN52 { "http://example/scenario#res" [label="URI", ]; "http://example/scenario#res" -> "http://example/scenario#str" [ /* edge attributes */ color="blue", ]; "http://example/scenario#str" [label="label", shape="plaintext", ]; } }