/* transformed by by Id: rdf2dot.xsl,v 1.6 2001/04/26 16:19:35 connolly Exp */ digraph N147 { "http://example/scenario#bill" [label="Bill", ]; "http://example/scenario#bill" -> "http://example/scenario#bob" [ /* edge attributes */ label="hasFather", label="hasFather", ]; "http://example/scenario#bill" -> "http://www.daml.org/2001/03/daml+oil-ex#Animal" [ /* edge attributes */ label="type", color="blue", ]; "http://example/scenario#bob" [label="Bob", ]; "http://example/scenario#bob" -> "http://www.daml.org/2001/03/daml+oil-ex#Male" [ /* edge attributes */ label="type", color="blue", ]; "http://www.daml.org/2001/03/daml+oil-ex#Animal" [style="bold", label="Animal", ]; "http://www.daml.org/2001/03/daml+oil-ex#Male" [style="bold", label="Male", ]; "http://www.daml.org/2001/03/daml+oil-ex#hasFather" [shape="diamond", label="hasFather", ]; "http://www.daml.org/2001/03/daml+oil-ex#hasFather" -> "http://www.daml.org/2001/03/daml+oil-ex#Animal" [ /* edge attributes */ label="domain", color="blue", ]; "http://www.daml.org/2001/03/daml+oil-ex#hasFather" -> "http://www.daml.org/2001/03/daml+oil-ex#Male" [ /* edge attributes */ label="range", color="blue", ]; }