/**
@prefix : .
<> a ;
:title "ごはんですよ!トースト (バタートースト)のレシピのPERT図"@ja;
:dependencies "ごはんですよ!トースト (バタートースト)のレシピのPERT図をDOT言語で表現したファイルです。"@ja;
:created "2014-03-29"^^:W3CDTF;
:modified "2014-04-03"^^:W3CDTF;
:identifier "urn:uuid:e1edff6e-7206-41f2-bc16-953024daacf8"^^:URI;
:license ;
:creator ;
:conformsTo ; .
*/
digraph PERT_chart {
graph [
rankdir = "LR",
fontname = "IPAPGothic Bold",
labelloc = "t",
label = "ごはんですよ!トースト (バタートースト)のレシピのPERT図"
];
node [
fontname = "IPAGothic"
];
edge [
fontname = "IPAPGothic"
];
1 -> 2 [label = "パンをトーストする(3)", URL = "/recipes/gohandesuyo_toast/#fragment_buttertoast_process1"];
2 -> 3 [label = "無塩バターを塗る(1)", URL = "/recipes/gohandesuyo_toast/#fragment_buttertoast_process2"];
3 -> 4 [label = "ごはんですよ!を塗る(1)", URL = "/recipes/gohandesuyo_toast/#fragment_buttertoast_process3"];
}