/** @prefix : . <> a ; :title "焼きたて!!ジャぱんの河内家の系図"@ja; :dependencies "焼きたて!!ジャぱんの河内家の系図をDOT言語で書いたものです。"@ja; :created "2014-03-30"^^:W3CDTF; :modified "2014-04-03"^^:W3CDTF; :identifier "urn:uuid:6f66e510-e8ed-4b1d-9e78-cf6992fdea3a"^^:URI; :license ; :creator ; :conformsTo ; . */ digraph KawachiFamilyTree { 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 = "#DDFFFF"]; "河内ひろみ" [fillcolor = "#FFDDDD"]; } kawachi1 [shape = point]; "河内恭太郎" -> kawachi1; "河内の母" -> kawachi1; kawachi1 -> "河内恭介" [label = "1"]; kawachi1 -> "河内恭平" [label = "2"]; kawachi1 -> "河内ひろみ" [label = "3"]; }