NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-troutn01-slicing(recipe: trout.n.01-slicing);
troutn01(trout.n.01);
half__troutn01(half__trout.n.01);
recipe-cooked-half__troutn01-dicing(recipe: cooked-half__trout.n.01-dicing);
cooked__diced__troutn01(cooked__diced__trout.n.01);
recipe-uncooked-half__troutn01-dicing(recipe: uncooked-half__trout.n.01-dicing);
diced__troutn01(diced__trout.n.01);
recipe-troutn01-slicing --> half__troutn01;
troutn01 --> recipe-troutn01-slicing;
half__troutn01 --> recipe-cooked-half__troutn01-dicing;
half__troutn01 --> recipe-uncooked-half__troutn01-dicing;
recipe-cooked-half__troutn01-dicing --> cooked__diced__troutn01;
recipe-uncooked-half__troutn01-dicing --> diced__troutn01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
fish.n.02 --> half__trout.n.01;
food.n.02 --> fish.n.02;
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 fish.n.02 "/knowledgebase/synsets/fish.n.02/" "Synset details page";
class fish.n.02 success;
click half__trout.n.01 "/knowledgebase/synsets/half__trout.n.01/" "Synset details page";
class half__trout.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 half__trout.n.01 stroke:#333,stroke-width:2px;