digraph G { vater [shape = box, style = filled, color = red, label ="Hans Schmitt"]; tochter [label ="Petra"]; sohn [label = "Patrick"]; vater -> sohn; vater -> tochter [style = bold, label = "Erstgebohrene", color = blue]; }