echo 'digraph { "Chief Kurama" -> "Hiromi Kurama" [taillabel = "Wife of"] "Mariko Kurama " -> "Hiromi Kurama" [taillabel = "Mother of"] "Mariko Kurama " -> "Chief Kurama" [taillabel = "Father of"] "Hiromi Kurama" -> "Chief Kurama" [taillabel = "Husband of"] "Chief Kurama" -> "Mariko Kurama " [taillabel = "Daughter of"] "Hiromi Kurama" -> "Mariko Kurama " [taillabel = "Daughter of"] }' | dot -Tsvg > output.svg