IS 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-roll_dough(recipe: roll_dough);
granulated_sugarn01(granulated_sugar.n.01);
whole_milkn01(whole_milk.n.01);
buttern01(butter.n.01);
roll_doughn01(roll_dough.n.01);
recipe-pizza_dough(recipe: pizza_dough);
olive_oiln01(olive_oil.n.01);
pizza_doughn01(pizza_dough.n.01);
recipe-bagel_dough --> bagel_doughn01;
honeyn01 --> recipe-bagel_dough;
saltn02 --> recipe-bagel_dough;
saltn02 --> recipe-roll_dough;
saltn02 --> recipe-pizza_dough;
watern06 --> recipe-bagel_dough;
watern06 --> recipe-pizza_dough;
flourn01 --> recipe-bagel_dough;
flourn01 --> recipe-roll_dough;
flourn01 --> recipe-pizza_dough;
yeastn01 --> recipe-bagel_dough;
yeastn01 --> recipe-roll_dough;
yeastn01 --> recipe-pizza_dough;
recipe-roll_dough --> roll_doughn01;
granulated_sugarn01 --> recipe-roll_dough;
granulated_sugarn01 --> recipe-pizza_dough;
whole_milkn01 --> recipe-roll_dough;
buttern01 --> recipe-roll_dough;
recipe-pizza_dough --> pizza_doughn01;
olive_oiln01 --> recipe-pizza_dough;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
leaven.n.01 --> yeast.n.01;
substance.n.07 --> leaven.n.01;
matter.n.03 --> substance.n.07;
physical_entity.n.01 --> matter.n.03;
entity.n.01 --> physical_entity.n.01;
click leaven.n.01 "/knowledgebase/synsets/leaven.n.01/" "Synset details page";
class leaven.n.01 info;
click yeast.n.01 "/knowledgebase/synsets/yeast.n.01/" "Synset details page";
class yeast.n.01 info;
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 yeast.n.01 stroke:#333,stroke-width:2px;