IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-ground_beefn01-cooking(recipe: ground_beef.n.01-cooking);
ground_beefn01(ground_beef.n.01);
cooked__ground_beefn01(cooked__ground_beef.n.01);
recipe-red_meat_sauce(recipe: red_meat_sauce);
cloven03(clove.n.03);
basiln03(basil.n.03);
rosemaryn02(rosemary.n.02);
olive_oiln01(olive_oil.n.01);
tomato_saucen01(tomato_sauce.n.01);
cooked__red_meat_saucen01(cooked__red_meat_sauce.n.01);
recipe-meatloaf(recipe: meatloaf);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
brown_sugarn01(brown_sugar.n.01);
whole_milkn01(whole_milk.n.01);
breadcrumbn01(breadcrumb.n.01);
meat_loafn01(meat_loaf.n.01);
recipe-beef_stew(recipe: beef_stew);
pean01(pea.n.01);
diced__carrotn01(diced__carrot.n.01);
beef_brothn01(beef_broth.n.01);
beef_stewn01(beef_stew.n.01);
recipe-ground_beefn01-cooking --> cooked__ground_beefn01;
ground_beefn01 --> recipe-ground_beefn01-cooking;
ground_beefn01 --> recipe-red_meat_sauce;
ground_beefn01 --> recipe-meatloaf;
ground_beefn01 --> recipe-beef_stew;
recipe-red_meat_sauce --> cooked__red_meat_saucen01;
cloven03 --> recipe-red_meat_sauce;
basiln03 --> recipe-red_meat_sauce;
rosemaryn02 --> recipe-red_meat_sauce;
olive_oiln01 --> recipe-red_meat_sauce;
tomato_saucen01 --> recipe-red_meat_sauce;
recipe-meatloaf --> meat_loafn01;
diced__vidalia_onionn01 --> recipe-meatloaf;
diced__vidalia_onionn01 --> recipe-beef_stew;
brown_sugarn01 --> recipe-meatloaf;
whole_milkn01 --> recipe-meatloaf;
breadcrumbn01 --> recipe-meatloaf;
recipe-beef_stew --> beef_stewn01;
pean01 --> recipe-beef_stew;
diced__carrotn01 --> recipe-beef_stew;
beef_brothn01 --> recipe-beef_stew;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
beef.n.02 --> ground_beef.n.01;
meat.n.01 --> beef.n.02;
food.n.02 --> meat.n.01;
solid.n.01 --> food.n.02;
matter.n.03 --> solid.n.01;
physical_entity.n.01 --> matter.n.03;
entity.n.01 --> physical_entity.n.01;
click beef.n.02 "/knowledgebase/synsets/beef.n.02/" "Synset details page";
class beef.n.02 info;
click ground_beef.n.01 "/knowledgebase/synsets/ground_beef.n.01/" "Synset details page";
class ground_beef.n.01 info;
click meat.n.01 "/knowledgebase/synsets/meat.n.01/" "Synset details page";
class meat.n.01 success;
click food.n.02 "/knowledgebase/synsets/food.n.02/" "Synset details page";
class food.n.02 success;
click solid.n.01 "/knowledgebase/synsets/solid.n.01/" "Synset details page";
class solid.n.01 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 ground_beef.n.01 stroke:#333,stroke-width:2px;