echo 'digraph { "Dimitri" -> "Ingrid" [taillabel = "Childhood friend of"] "Felix" -> "Ingrid" [taillabel = "Childhood friend of"] "Sylvain" -> "Ingrid" [taillabel = "Childhood friend of"] "Miklan" -> "Sylvain" [taillabel = "Younger Brother of"] "Dimitri" -> "Sylvain" [taillabel = "Childhood friend of"] "Ingrid" -> "Sylvain" [taillabel = "Childhood friend of"] "Felix" -> "Sylvain" [taillabel = "Childhood friend of"] "Matthias" -> "Sylvain" [taillabel = "Son of"] "Lambert" -> "Dimitri" [taillabel = "Son of"] "Rufus" -> "Dimitri" [taillabel = "Nephew of"] "Dimitri" -> "Felix" [taillabel = "Childhood friend of"] "Ingrid" -> "Felix" [taillabel = "Childhood friend of"] "Sylvain" -> "Felix" [taillabel = "Childhood friend of"] }' | dot -Tsvg > output.svg