echo 'digraph { "Madame Thenardier" -> "Azelma" [taillabel = "Daughter of"] "Thenardier" -> "Azelma" [taillabel = "Daughter of"] "Eponine" -> "Azelma" [taillabel = "Sister of"] "Gavroche" -> "Azelma" [taillabel = "Sister of"] "Bressole" -> "Azelma" [taillabel = "Sister of"] "Hugues" -> "Azelma" [taillabel = "Sister of"] "Azelma" -> "Bressole" [taillabel = "Brother of"] "Eponine" -> "Bressole" [taillabel = "Brother of"] "Thenardier" -> "Bressole" [taillabel = "Son of"] "Madame Thenardier" -> "Bressole" [taillabel = "Son of"] "Gavroche" -> "Bressole" [taillabel = "Brother of"] "Hugues" -> "Bressole" [taillabel = "Brother of"] "Thenardier" -> "Eponine" [taillabel = "Daughter of"] "Madame Thenardier" -> "Eponine" [taillabel = "Daughter of"] "Azelma" -> "Eponine" [taillabel = "Sister of"] "Gavroche" -> "Eponine" [taillabel = "Sister of"] "Marius Pontmercy" -> "Eponine" [taillabel = "In love with"] "Cosette" -> "Eponine" [taillabel = "Rival of"] "Bressole" -> "Eponine" [taillabel = "Sister of"] "Hugues" -> "Eponine" [taillabel = "Sister of"] "Eponine" -> "Gavroche" [taillabel = "Brother of"] "Azelma" -> "Gavroche" [taillabel = "Brother of"] "Madame Thenardier" -> "Gavroche" [taillabel = "Son of"] "Thenardier" -> "Gavroche" [taillabel = "Son of"] "Bressole" -> "Gavroche" [taillabel = "Brother of"] "Hugues" -> "Gavroche" [taillabel = "Brother of"] "Gavroche" -> "Madame Thenardier" [taillabel = "Mother of"] "Eponine" -> "Madame Thenardier" [taillabel = "Mother of"] "Azelma" -> "Madame Thenardier" [taillabel = "Mother of"] "Thenardier" -> "Madame Thenardier" [taillabel = "Wife of"] "Bressole" -> "Madame Thenardier" [taillabel = "Mother of"] "Hugues" -> "Madame Thenardier" [taillabel = "Mother of"] "Gavroche" -> "Thenardier" [taillabel = "Father of"] "Eponine" -> "Thenardier" [taillabel = "Father of"] "Azelma" -> "Thenardier" [taillabel = "Father of"] "Madame Thenardier" -> "Thenardier" [taillabel = "Husband of"] "Bressole" -> "Thenardier" [taillabel = "Father of"] "Hugues" -> "Thenardier" [taillabel = "Father of"] "Thenardier" -> "Hugues" [taillabel = "Son of"] "Madame Thenardier" -> "Hugues" [taillabel = "Son of"] "Gavroche" -> "Hugues" [taillabel = "Brother of"] "Eponine" -> "Hugues" [taillabel = "Brother of"] "Azelma" -> "Hugues" [taillabel = "Brother of"] "Bressole" -> "Hugues" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg