NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-cooked-half__cloven01-dicing(recipe: cooked-half__clove.n.01-dicing);
half__cloven01(half__clove.n.01);
cooked__diced__cloven01(cooked__diced__clove.n.01);
recipe-uncooked-half__cloven01-dicing(recipe: uncooked-half__clove.n.01-dicing);
diced__cloven01(diced__clove.n.01);
recipe-cloven03-slicing(recipe: clove.n.03-slicing);
cloven03(clove.n.03);
recipe-cooked-half__cloven01-dicing --> cooked__diced__cloven01;
half__cloven01 --> recipe-cooked-half__cloven01-dicing;
half__cloven01 --> recipe-uncooked-half__cloven01-dicing;
recipe-uncooked-half__cloven01-dicing --> diced__cloven01;
recipe-cloven03-slicing --> half__cloven01;
cloven03 --> recipe-cloven03-slicing;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
garlic.n.02 --> half__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 half__clove.n.01 "/knowledgebase/synsets/half__clove.n.01/" "Synset details page";
class half__clove.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 half__clove.n.01 stroke:#333,stroke-width:2px;