echo 'digraph { "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"] "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"] "Pace" -> "Debito" [taillabel = "Childhood friend of"] "Luca" -> "Debito" [taillabel = "Childhood friend of"] "Jolly" -> "Debito" [taillabel = "Enemy of"] "Luca" -> "Pace" [taillabel = "Childhood friend of"] "Debito" -> "Pace" [taillabel = "Childhood friend of"] "Jolly" -> "Pace" [taillabel = "Enemy of"] "Luca" -> "Jolly" [taillabel = "Father of"] "Debito" -> "Jolly" [taillabel = "Enemy of"] "Pace" -> "Jolly" [taillabel = "Enemy of"] "Mondo" -> "Jolly" [taillabel = "Right-hand of"] }' | dot -Tsvg > output.svg