echo 'digraph { "Keiichirou Miyanoshita " -> "Satsuki Miyanoshita" [taillabel = "Older sister of"] "Reiichirou Miyanoshita " -> "Satsuki Miyanoshita" [taillabel = "Daughter of"] "Satsuki Miyanoshita" -> "Keiichirou Miyanoshita " [taillabel = "Younger Brother of"] "Reiichirou Miyanoshita " -> "Keiichirou Miyanoshita " [taillabel = "Son of"] "Satsuki Miyanoshita" -> "Reiichirou Miyanoshita " [taillabel = "Father of"] "Keiichirou Miyanoshita " -> "Reiichirou Miyanoshita " [taillabel = "Father of"] }' | dot -Tsvg > output.svg