echo 'digraph { "Arsene Lupin III" -> "Arsene Lupin II" [taillabel = "Father of"] "Arsene Lupin I" -> "Arsene Lupin II" [taillabel = "Son of"] "Koichi Zenigata" -> "Arsene Lupin III" [taillabel = "Friend of#"] "Fujiko Mine" -> "Arsene Lupin III" [taillabel = "In love with"] "Daisuke Jigen" -> "Arsene Lupin III" [taillabel = "Friend of#"] "Goemon Ishikawa XIII" -> "Arsene Lupin III" [taillabel = "Friend of#"] "Arsene Lupin III" -> "Arsene Lupin I" [taillabel = "Grandfather of"] "Arsene Lupin II" -> "Arsene Lupin I" [taillabel = "Father of"] "Shinobu" -> "Arsene Lupin I" [taillabel = "Boss of"] }' | dot -Tsvg > output.svg