echo 'digraph { "Haru" -> "Asu" [taillabel = "Husband of"] "Asu" -> "Haru" [taillabel = "Wife of"] "Saku" -> "Haru" [taillabel = "Older sister of"] }' | dot -Tsvg > output.svg