echo 'digraph { "Elice" -> "Cornelius" [taillabel = "Father of"] "Marth" -> "Cornelius" [taillabel = "Father of"] "Cornelius" -> "Marth" [taillabel = "Son of"] "Elice" -> "Marth" [taillabel = "Brother of"] "Cornelius" -> "Elice" [taillabel = "Daughter of"] "Marth" -> "Elice" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg