/** @prefix : . <> a ; :title "焼きたて!!ジャぱんの梓川家の家系図"@ja; :dependencies "焼きたて!!ジャぱんの梓川家の家系図をDOT言語で書いたものです。"@ja; :created "2014-03-30"^^:W3CDTF; :modified "2014-04-03"^^:W3CDTF; :identifier "urn:uuid:bde8abf7-b1b3-4849-bf1f-ded35a5a2815"^^:URI; :license ; :creator ; :conformsTo ; . */ digraph AzusagawaFamilyTree { graph [ label = "焼きたて!!ジャぱんの梓川家の家系図", labelloc = "t", fontname = "IPAPGothic bold", splines = "polyline", nodesep = "0.8", ranksep = "0.8" ]; node [ shape = "box", style = "filled", fontname = "IPAPGothic" ]; edge [ fontname = "IPAPGothic" ]; { rank = "same"; "梓川貞尚" [fillcolor = "#DDFFFF"]; "貞道の母" [fillcolor = "#FFDDDD"]; } { rank = "same"; "梓川貞道" [fillcolor = "#DDFFFF"]; "月乃の母" [fillcolor = "#FFDDDD"]; "雪乃・水乃の母" [fillcolor = "#FFDDDD"]; } { rank = "same"; "梓川雪乃" [fillcolor = "#FFDDDD"]; "梓川月乃" [fillcolor = "#FFDDDD"]; "梓川水乃" [fillcolor = "#FFDDDD"]; } azusagawa1 [shape = "point"]; azusagawa2 [shape = "point"]; azusagawa3 [shape = "point"]; "梓川貞尚" -> azusagawa1; "貞道の母" -> azusagawa1; azusagawa1 -> "梓川貞道"; "梓川貞道" -> azusagawa2; "梓川貞道" -> azusagawa3; "雪乃・水乃の母" -> azusagawa2; "月乃の母" -> azusagawa3; azusagawa2 -> "梓川雪乃" [label = "1"]; azusagawa2 -> "梓川水乃" [label = "3"]; azusagawa3 -> "梓川月乃" [label = "2"]; }