echo 'digraph { "Canas" -> "Niime" [taillabel = "Mother of"] "Hugh" -> "Niime" [taillabel = "Grandmother of"] "Canas" -> "Hugh" [taillabel = "Son of"] "Lugh" -> "Hugh" [taillabel = "Cousin of"] "Nino" -> "Hugh" [taillabel = "Cousin of"] "Raigh " -> "Hugh" [taillabel = "Cousin of"] "Niime" -> "Hugh" [taillabel = "Grandson of"] "Hugh" -> "Canas" [taillabel = "Father of"] "Lugh" -> "Canas" [taillabel = "Great-uncle of"] "Raigh " -> "Canas" [taillabel = "Great-uncle of"] "Niime" -> "Canas" [taillabel = "Son of"] "Nino" -> "Canas" [taillabel = "Uncle of"] }' | dot -Tsvg > output.svg