IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-diced__cloven01-cooking(recipe: diced__clove.n.01-cooking);
diced__cloven01(diced__clove.n.01);
cooked__diced__cloven01(cooked__diced__clove.n.01);
recipe-uncooked-half__cloven01-dicing(recipe: uncooked-half__clove.n.01-dicing);
half__cloven01(half__clove.n.01);
recipe-fish_stew(recipe: fish_stew);
prawnn01(prawn.n.01);
diced__beefsteak_tomaton01(diced__beefsteak_tomato.n.01);
chicken_brothn01(chicken_broth.n.01);
tomato_saucen01(tomato_sauce.n.01);
diced__bell_peppern01(diced__bell_pepper.n.01);
clamn03(clam.n.03);
parsleyn02(parsley.n.02);
marjoramn02(marjoram.n.02);
scallopn02(scallop.n.02);
olive_oiln01(olive_oil.n.01);
fish_stewn01(fish_stew.n.01);
recipe-diced__cloven01-cooking --> cooked__diced__cloven01;
diced__cloven01 --> recipe-diced__cloven01-cooking;
diced__cloven01 --> recipe-fish_stew;
recipe-uncooked-half__cloven01-dicing --> diced__cloven01;
half__cloven01 --> recipe-uncooked-half__cloven01-dicing;
recipe-fish_stew --> fish_stewn01;
prawnn01 --> recipe-fish_stew;
diced__beefsteak_tomaton01 --> recipe-fish_stew;
chicken_brothn01 --> recipe-fish_stew;
tomato_saucen01 --> recipe-fish_stew;
diced__bell_peppern01 --> recipe-fish_stew;
clamn03 --> recipe-fish_stew;
parsleyn02 --> recipe-fish_stew;
marjoramn02 --> recipe-fish_stew;
scallopn02 --> recipe-fish_stew;
olive_oiln01 --> recipe-fish_stew;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
garlic.n.02 --> diced__clove.n.01;
flavorer.n.01 --> garlic.n.02;
ingredient.n.03 --> flavorer.n.01;
foodstuff.n.02 --> ingredient.n.03;
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 garlic.n.02 "/knowledgebase/synsets/garlic.n.02/" "Synset details page";
class garlic.n.02 success;
click diced__clove.n.01 "/knowledgebase/synsets/diced__clove.n.01/" "Synset details page";
class diced__clove.n.01 info;
click flavorer.n.01 "/knowledgebase/synsets/flavorer.n.01/" "Synset details page";
class flavorer.n.01 success;
click ingredient.n.03 "/knowledgebase/synsets/ingredient.n.03/" "Synset details page";
class ingredient.n.03 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 diced__clove.n.01 stroke:#333,stroke-width:2px;