IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-pizza(recipe: pizza);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
pizza_doughn01(pizza_dough.n.01);
pepperonin01(pepperoni.n.01);
grated_cheesen01(grated_cheese.n.01);
half__mushroomn01(half__mushroom.n.01);
marjoramn02(marjoram.n.02);
tomato_saucen01(tomato_sauce.n.01);
pizzan01(pizza.n.01);
recipe-tomato-sauce(recipe: tomato sauce);
tomato_pasten01(tomato_paste.n.01);
cloven03(clove.n.03);
basiln03(basil.n.03);
beefsteak_tomaton01(beefsteak_tomato.n.01);
recipe-fish_stew(recipe: fish_stew);
prawnn01(prawn.n.01);
parsleyn02(parsley.n.02);
scallopn02(scallop.n.02);
diced__bell_peppern01(diced__bell_pepper.n.01);
diced__cloven01(diced__clove.n.01);
olive_oiln01(olive_oil.n.01);
chicken_brothn01(chicken_broth.n.01);
clamn03(clam.n.03);
diced__beefsteak_tomaton01(diced__beefsteak_tomato.n.01);
fish_stewn01(fish_stew.n.01);
recipe-red_meat_sauce(recipe: red_meat_sauce);
ground_beefn01(ground_beef.n.01);
rosemaryn02(rosemary.n.02);
cooked__red_meat_saucen01(cooked__red_meat_sauce.n.01);
recipe-tomato_saucen01-cooking(recipe: tomato_sauce.n.01-cooking);
cooked__tomato_saucen01(cooked__tomato_sauce.n.01);
recipe-pizza --> pizzan01;
diced__vidalia_onionn01 --> recipe-pizza;
pizza_doughn01 --> recipe-pizza;
pepperonin01 --> recipe-pizza;
grated_cheesen01 --> recipe-pizza;
half__mushroomn01 --> recipe-pizza;
marjoramn02 --> recipe-pizza;
marjoramn02 --> recipe-tomato-sauce;
marjoramn02 --> recipe-fish_stew;
tomato_saucen01 --> recipe-pizza;
tomato_saucen01 --> recipe-fish_stew;
tomato_saucen01 --> recipe-red_meat_sauce;
tomato_saucen01 --> recipe-tomato_saucen01-cooking;
recipe-tomato-sauce --> tomato_saucen01;
tomato_pasten01 --> recipe-tomato-sauce;
cloven03 --> recipe-tomato-sauce;
cloven03 --> recipe-red_meat_sauce;
basiln03 --> recipe-tomato-sauce;
basiln03 --> recipe-red_meat_sauce;
beefsteak_tomaton01 --> recipe-tomato-sauce;
recipe-fish_stew --> fish_stewn01;
prawnn01 --> recipe-fish_stew;
parsleyn02 --> recipe-fish_stew;
scallopn02 --> recipe-fish_stew;
diced__bell_peppern01 --> recipe-fish_stew;
diced__cloven01 --> recipe-fish_stew;
olive_oiln01 --> recipe-fish_stew;
olive_oiln01 --> recipe-red_meat_sauce;
chicken_brothn01 --> recipe-fish_stew;
clamn03 --> recipe-fish_stew;
diced__beefsteak_tomaton01 --> recipe-fish_stew;
recipe-red_meat_sauce --> cooked__red_meat_saucen01;
ground_beefn01 --> recipe-red_meat_sauce;
rosemaryn02 --> recipe-red_meat_sauce;
recipe-tomato_saucen01-cooking --> cooked__tomato_saucen01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
spaghetti_sauce.n.01 --> tomato_sauce.n.01;
sauce.n.01 --> spaghetti_sauce.n.01;
condiment.n.01 --> sauce.n.01;
flavorer.n.01 --> condiment.n.01;
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 spaghetti_sauce.n.01 "/knowledgebase/synsets/spaghetti_sauce.n.01/" "Synset details page";
class spaghetti_sauce.n.01 info;
click tomato_sauce.n.01 "/knowledgebase/synsets/tomato_sauce.n.01/" "Synset details page";
class tomato_sauce.n.01 info;
click sauce.n.01 "/knowledgebase/synsets/sauce.n.01/" "Synset details page";
class sauce.n.01 info;
click condiment.n.01 "/knowledgebase/synsets/condiment.n.01/" "Synset details page";
class condiment.n.01 success;
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 tomato_sauce.n.01 stroke:#333,stroke-width:2px;