echo 'digraph { "Sylvain" -> "Miklan" [taillabel = "Older Brother of"] "Matthias" -> "Miklan" [taillabel = "Son 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"] "Miklan" -> "Matthias" [taillabel = "Father of"] "Sylvain" -> "Matthias" [taillabel = "Father of"] }' | dot -Tsvg > output.svg