echo 'digraph { "Kaka" -> "Kiki" [taillabel = "Twin Sister of"] "Tansu Floke" -> "Kiki" [taillabel = "Adopted daughter of"] "Yarn Floke" -> "Kiki" [taillabel = "Adopted daughter of"] "Kaka" -> "Tansu Floke" [taillabel = "Adoptive Father of"] "Kiki" -> "Tansu Floke" [taillabel = "Adoptive Father of"] "Yarn Floke" -> "Tansu Floke" [taillabel = "Husband of"] "Kaka" -> "Yarn Floke" [taillabel = "Adoptive Mother of"] "Kiki" -> "Yarn Floke" [taillabel = "Adoptive Mother of"] "Tansu Floke" -> "Yarn Floke" [taillabel = "Wife of"] "Kiki" -> "Kaka" [taillabel = "Twin Brother of"] "Tansu Floke" -> "Kaka" [taillabel = "Adopted son of"] "Yarn Floke" -> "Kaka" [taillabel = "Adopted son of"] }' | dot -Tsvg > output.svg