echo 'digraph { "Kanae" -> "Kouta" [taillabel = "Brother of"] "Kouta's Father" -> "Kouta" [taillabel = "Son of"] "Yuka" -> "Kouta" [taillabel = "Cousin of"] "Kanae" -> "Yuka" [taillabel = "Cousin of"] "Kouta" -> "Yuka" [taillabel = "Cousin of"] "Kouta" -> "Kanae" [taillabel = "Sister of"] "Yuka" -> "Kanae" [taillabel = "Cousin of"] "Kouta's Father" -> "Kanae" [taillabel = "Daughter of"] "Kouta" -> "Kouta's Father" [taillabel = "Father of"] "Kanae" -> "Kouta's Father" [taillabel = "Father of"] }' | dot -Tsvg > output.svg