NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-bagel_dough(recipe: bagel_dough);
honeyn01(honey.n.01);
saltn02(salt.n.02);
watern06(water.n.06);
flourn01(flour.n.01);
yeastn01(yeast.n.01);
bagel_doughn01(bagel_dough.n.01);
recipe-bagels(recipe: bagels);
sesame_seedn01(sesame_seed.n.01);
raw_eggn01(raw_egg.n.01);
bageln01(bagel.n.01);
recipe-bagel_doughn01-slicing(recipe: bagel_dough.n.01-slicing);
half__bagel_doughn01(half__bagel_dough.n.01);
recipe-bagel_dough --> bagel_doughn01;
honeyn01 --> recipe-bagel_dough;
saltn02 --> recipe-bagel_dough;
watern06 --> recipe-bagel_dough;
flourn01 --> recipe-bagel_dough;
yeastn01 --> recipe-bagel_dough;
bagel_doughn01 --> recipe-bagels;
bagel_doughn01 --> recipe-bagel_doughn01-slicing;
recipe-bagels --> bageln01;
sesame_seedn01 --> recipe-bagels;
raw_eggn01 --> recipe-bagels;
recipe-bagel_doughn01-slicing --> half__bagel_doughn01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
dough.n.01 --> bagel_dough.n.01;
concoction.n.01 --> dough.n.01;
foodstuff.n.02 --> concoction.n.01;
food.n.01 --> foodstuff.n.02;
substance.n.07 --> food.n.01;
matter.n.03 --> substance.n.07;
physical_entity.n.01 --> matter.n.03;
entity.n.01 --> physical_entity.n.01;
click dough.n.01 "/knowledgebase/synsets/dough.n.01/" "Synset details page";
class dough.n.01 success;
click bagel_dough.n.01 "/knowledgebase/synsets/bagel_dough.n.01/" "Synset details page";
class bagel_dough.n.01 success;
click concoction.n.01 "/knowledgebase/synsets/concoction.n.01/" "Synset details page";
class concoction.n.01 success;
click foodstuff.n.02 "/knowledgebase/synsets/foodstuff.n.02/" "Synset details page";
class foodstuff.n.02 success;
click food.n.01 "/knowledgebase/synsets/food.n.01/" "Synset details page";
class food.n.01 success;
click substance.n.07 "/knowledgebase/synsets/substance.n.07/" "Synset details page";
class substance.n.07 success;
click matter.n.03 "/knowledgebase/synsets/matter.n.03/" "Synset details page";
class matter.n.03 success;
click physical_entity.n.01 "/knowledgebase/synsets/physical_entity.n.01/" "Synset details page";
class physical_entity.n.01 success;
click entity.n.01 "/knowledgebase/synsets/entity.n.01/" "Synset details page";
class entity.n.01 success;
style bagel_dough.n.01 stroke:#333,stroke-width:2px;