echo 'digraph { "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"] "Felicità" -> "Nova" [taillabel = "Cousin of"] "Libertà" -> "Nova" [taillabel = "Rival of"] "Felicità" -> "Nova" [taillabel = "In love with"] "Mondo" -> "Nova" [taillabel = "Nephew of"] "Felicità" -> "Luca" [taillabel = "Servant of"] "Pace" -> "Luca" [taillabel = "Childhood friend of"] "Debito" -> "Luca" [taillabel = "Childhood friend of"] "Jolly" -> "Luca" [taillabel = "Son and Former Apprentice of"] "Mondo" -> "Sumire" [taillabel = "Wife of"] "Felicità" -> "Sumire" [taillabel = "Mother of"] "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#"] }' | dot -Tsvg > output.svg