IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-beef_stew(recipe: beef_stew);
ground_beefn01(ground_beef.n.01);
diced__carrotn01(diced__carrot.n.01);
pean01(pea.n.01);
beef_brothn01(beef_broth.n.01);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
beef_stewn01(beef_stew.n.01);
recipe-diced__carrotn01-cooking(recipe: diced__carrot.n.01-cooking);
cooked__diced__carrotn01(cooked__diced__carrot.n.01);
recipe-chicken_soup(recipe: chicken_soup);
chickenn01(chicken.n.01);
saltn02(salt.n.02);
chicken_brothn01(chicken_broth.n.01);
rosemaryn02(rosemary.n.02);
diced__celeryn01(diced__celery.n.01);
cooked__chicken_soupn01(cooked__chicken_soup.n.01);
recipe-uncooked-half__carrotn01-dicing(recipe: uncooked-half__carrot.n.01-dicing);
half__carrotn01(half__carrot.n.01);
recipe-beef_stew --> beef_stewn01;
ground_beefn01 --> recipe-beef_stew;
diced__carrotn01 --> recipe-beef_stew;
diced__carrotn01 --> recipe-diced__carrotn01-cooking;
diced__carrotn01 --> recipe-chicken_soup;
pean01 --> recipe-beef_stew;
beef_brothn01 --> recipe-beef_stew;
diced__vidalia_onionn01 --> recipe-beef_stew;
recipe-diced__carrotn01-cooking --> cooked__diced__carrotn01;
recipe-chicken_soup --> cooked__chicken_soupn01;
chickenn01 --> recipe-chicken_soup;
saltn02 --> recipe-chicken_soup;
chicken_brothn01 --> recipe-chicken_soup;
rosemaryn02 --> recipe-chicken_soup;
diced__celeryn01 --> recipe-chicken_soup;
recipe-uncooked-half__carrotn01-dicing --> diced__carrotn01;
half__carrotn01 --> recipe-uncooked-half__carrotn01-dicing;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
root_vegetable.n.01 --> diced__carrot.n.01;
vegetable.n.01 --> root_vegetable.n.01;
produce.n.01 --> vegetable.n.01;
food.n.02 --> produce.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 root_vegetable.n.01 "/knowledgebase/synsets/root_vegetable.n.01/" "Synset details page";
class root_vegetable.n.01 success;
click diced__carrot.n.01 "/knowledgebase/synsets/diced__carrot.n.01/" "Synset details page";
class diced__carrot.n.01 info;
click vegetable.n.01 "/knowledgebase/synsets/vegetable.n.01/" "Synset details page";
class vegetable.n.01 success;
click produce.n.01 "/knowledgebase/synsets/produce.n.01/" "Synset details page";
class produce.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 diced__carrot.n.01 stroke:#333,stroke-width:2px;