echo 'digraph { "Gale Raregroove" -> "Lucia Raregroove" [taillabel = "Son of"] "Emilia Raregroove" -> "Lucia Raregroove" [taillabel = "Son of"] "Emilia Raregroove" -> "Gale Raregroove" [taillabel = "Husband of"] "Lucia Raregroove" -> "Gale Raregroove" [taillabel = "Father of"] "Gale Raregroove" -> "Emilia Raregroove" [taillabel = "Wife of"] "Lucia Raregroove" -> "Emilia Raregroove" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg