echo 'digraph { "Tatsurou Shiba" -> "Sayuri Shiba" [taillabel = "Wife of"] "Sayuri Shiba" -> "Tatsurou Shiba" [taillabel = "Husband of"] "Tatsuya Shiba" -> "Tatsurou Shiba" [taillabel = "Father of"] "Miyuki Shiba" -> "Tatsurou Shiba" [taillabel = "Father of"] }' | dot -Tsvg > output.svg