echo 'digraph { "Mondo" -> "Sumire" [taillabel = "Wife of"] "Felicità" -> "Sumire" [taillabel = "Mother 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"] "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