echo 'digraph { "Mama" -> "Papa" [taillabel = "Husband of"] "My Melody" -> "Papa" [taillabel = "Father of"] "Rhythm" -> "Papa" [taillabel = "Father of"] "My Melody" -> "Rhythm" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg