/**
@prefix : .
<> a ;
:title "発芽玄米酵母のレシピのPERT図"@ja;
:dependencies "発芽玄米酵母のレシピのPERT図をDOT言語で表現したファイルです。"@ja;
:created "2014-03-29"^^:W3CDTF;
:modified "2014-04-03"^^:W3CDTF;
:identifier "urn:uuid:727d94d4-fac4-4691-b53b-27d2f5d3e555"^^: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 = "玄米を発芽させる(1440)", URL = "/recipes/germinated_brown_rice_yeast/#fragment_process1"];
2 -> 3 [label = "液種を作る(5760)", URL = "/recipes/germinated_brown_rice_yeast/#fragment_process2"];
3 -> 4 [label = "元種を作る(4320)", URL = "/recipes/germinated_brown_rice_yeast/#fragment_process3"];
}