echo 'digraph { "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"] "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"] "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