/**
@prefix : .
<> a ;
:title "アイリッシュ・ソーダ・ブレッドのレシピのPERT図"@ja;
:dependencies "アイリッシュ・ソーダ・ブレッドのレシピのPERT図をDOT言語で表現したファイルです。"@ja;
:created "2015-03-26"^^:W3CDTF;
:modified "2015-03-26"^^:W3CDTF;
:identifier "urn:uuid:6e264f2a-529d-4c19-962b-f8547ec895a8"^^: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 = "生地仕込み(5)", URL = "/recipes/irish_soda_bread/#fragment_process1"];
2 -> 3 [label = "最終発酵(35)", URL = "/recipes/irish_soda_bread/#fragment_process2"];
3 -> 4 [label = "焼成(15)", URL = "/recipes/irish_soda_bread/#fragment_process3"];
}