echo 'digraph { "Sumire" -> "Mondo" [taillabel = "Husband of"] "Felicità" -> "Mondo" [taillabel = "Father of"] "Libertà" -> "Mondo" [taillabel = "Grandfather of"] "Dante" -> "Mondo" [taillabel = "Friend of"] "Jolly" -> "Mondo" [taillabel = "Friend of"] "Nova" -> "Felicità" [taillabel = "Cousin of"] "Sumire" -> "Felicità" [taillabel = "Daughter of"] "Mondo" -> "Felicità" [taillabel = "Daughter of"] "Libertà" -> "Felicità" [taillabel = "Aunt of"] "Luca" -> "Felicità" [taillabel = "Master of"] "Nova" -> "Libertà" [taillabel = "Rival of"] "Felicità" -> "Libertà" [taillabel = "In love with"] "Mondo" -> "Libertà" [taillabel = "Grandson of"] "Dante" -> "Libertà" [taillabel = "Adopted son of"] "Mondo" -> "Dante" [taillabel = "Friend of"] "Libertà" -> "Dante" [taillabel = "Adoptive father of"] "Luca" -> "Jolly" [taillabel = "Father of"] "Debito" -> "Jolly" [taillabel = "Enemy of"] "Pace" -> "Jolly" [taillabel = "Enemy of"] "Mondo" -> "Jolly" [taillabel = "Right-hand of"] "Mondo" -> "Sumire" [taillabel = "Wife of"] "Felicità" -> "Sumire" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg