IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-chicken_soup(recipe: chicken_soup);
chicken_brothn01(chicken_broth.n.01);
saltn02(salt.n.02);
rosemaryn02(rosemary.n.02);
diced__carrotn01(diced__carrot.n.01);
chickenn01(chicken.n.01);
diced__celeryn01(diced__celery.n.01);
cooked__chicken_soupn01(cooked__chicken_soup.n.01);
recipe-fish_stew(recipe: fish_stew);
diced__beefsteak_tomaton01(diced__beefsteak_tomato.n.01);
diced__cloven01(diced__clove.n.01);
diced__bell_peppern01(diced__bell_pepper.n.01);
clamn03(clam.n.03);
parsleyn02(parsley.n.02);
marjoramn02(marjoram.n.02);
tomato_saucen01(tomato_sauce.n.01);
scallopn02(scallop.n.02);
olive_oiln01(olive_oil.n.01);
prawnn01(prawn.n.01);
fish_stewn01(fish_stew.n.01);
recipe-tomato_rice(recipe: tomato_rice);
white_ricen01(white_rice.n.01);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
tomato_ricen01(tomato_rice.n.01);
recipe-chicken_brothn01-cooking(recipe: chicken_broth.n.01-cooking);
cooked__chicken_brothn01(cooked__chicken_broth.n.01);
recipe-chicken_soup --> cooked__chicken_soupn01;
chicken_brothn01 --> recipe-chicken_soup;
chicken_brothn01 --> recipe-fish_stew;
chicken_brothn01 --> recipe-tomato_rice;
chicken_brothn01 --> recipe-chicken_brothn01-cooking;
saltn02 --> recipe-chicken_soup;
rosemaryn02 --> recipe-chicken_soup;
diced__carrotn01 --> recipe-chicken_soup;
chickenn01 --> recipe-chicken_soup;
diced__celeryn01 --> recipe-chicken_soup;
recipe-fish_stew --> fish_stewn01;
diced__beefsteak_tomaton01 --> recipe-fish_stew;
diced__beefsteak_tomaton01 --> recipe-tomato_rice;
diced__cloven01 --> recipe-fish_stew;
diced__bell_peppern01 --> recipe-fish_stew;
clamn03 --> recipe-fish_stew;
parsleyn02 --> recipe-fish_stew;
marjoramn02 --> recipe-fish_stew;
tomato_saucen01 --> recipe-fish_stew;
scallopn02 --> recipe-fish_stew;
olive_oiln01 --> recipe-fish_stew;
olive_oiln01 --> recipe-tomato_rice;
prawnn01 --> recipe-fish_stew;
recipe-tomato_rice --> tomato_ricen01;
white_ricen01 --> recipe-tomato_rice;
diced__vidalia_onionn01 --> recipe-tomato_rice;
recipe-chicken_brothn01-cooking --> cooked__chicken_brothn01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
broth.n.01 --> chicken_broth.n.01;
soup.n.01 --> broth.n.01;
dish.n.02 --> soup.n.01;
nutriment.n.01 --> dish.n.02;
food.n.01 --> nutriment.n.01;
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 broth.n.01 "/knowledgebase/synsets/broth.n.01/" "Synset details page";
class broth.n.01 info;
click chicken_broth.n.01 "/knowledgebase/synsets/chicken_broth.n.01/" "Synset details page";
class chicken_broth.n.01 info;
click soup.n.01 "/knowledgebase/synsets/soup.n.01/" "Synset details page";
class soup.n.01 info;
click dish.n.02 "/knowledgebase/synsets/dish.n.02/" "Synset details page";
class dish.n.02 success;
click nutriment.n.01 "/knowledgebase/synsets/nutriment.n.01/" "Synset details page";
class nutriment.n.01 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 chicken_broth.n.01 stroke:#333,stroke-width:2px;