echo 'digraph { "Kokiri" -> "Kiki" [taillabel = "Daughter of"] "Okino" -> "Kiki" [taillabel = "Daughter of"] "Jiji" -> "Kiki" [taillabel = "owner of"] "Kiki" -> "Jiji" [taillabel = "Pet of"] "Lily" -> "Jiji" [taillabel = "In love with"] "Okino" -> "Kokiri" [taillabel = "Wife of"] "Kiki" -> "Kokiri" [taillabel = "Mother of"] "Kokiri" -> "Okino" [taillabel = "Husband of"] "Kiki" -> "Okino" [taillabel = "Father of"] }' | dot -Tsvg > output.svg