echo 'digraph { "Nikki" -> "Fargo" [taillabel = "Father of"] "Marcy" -> "Fargo" [taillabel = "Father of"] "Irenes" -> "Fargo" [taillabel = "Brother-in-law of"] "Fargo" -> "Nikki" [taillabel = "Son of"] "Irenes" -> "Nikki" [taillabel = "Nephew of"] "Marcy" -> "Nikki" [taillabel = "Older Brother of"] "Fargo" -> "Marcy" [taillabel = "Daughter of"] "Irenes" -> "Marcy" [taillabel = "Niece of"] "Nikki" -> "Marcy" [taillabel = "Younger Sister of"] "Fargo" -> "Irenes" [taillabel = "Sister-in-law of"] "Nikki" -> "Irenes" [taillabel = "Aunt of"] "Marcy" -> "Irenes" [taillabel = "Aunt of"] }' | dot -Tsvg > output.svg