# picture of a graph with joe, and joe.mother and joe.mother^sister labelled digraph world { rankdir=LR; ":joe" -> ":joe.rel:mother" [ label="rel:mother"]; ":joe.rel:mother^org:boss" -> ":joe.rel:mother" [ label="org:boss"]; }