NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-diced__lobstern01-cooking(recipe: diced__lobster.n.01-cooking);
diced__lobstern01(diced__lobster.n.01);
cooked__diced__lobstern01(cooked__diced__lobster.n.01);
recipe-uncooked-half__lobstern01-dicing(recipe: uncooked-half__lobster.n.01-dicing);
half__lobstern01(half__lobster.n.01);
recipe-diced__lobstern01-cooking --> cooked__diced__lobstern01;
diced__lobstern01 --> recipe-diced__lobstern01-cooking;
recipe-uncooked-half__lobstern01-dicing --> diced__lobstern01;
half__lobstern01 --> recipe-uncooked-half__lobstern01-dicing;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
shellfish.n.01 --> diced__lobster.n.01;
seafood.n.01 --> shellfish.n.01;
food.n.02 --> seafood.n.01;
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 shellfish.n.01 "/knowledgebase/synsets/shellfish.n.01/" "Synset details page";
class shellfish.n.01 success;
click diced__lobster.n.01 "/knowledgebase/synsets/diced__lobster.n.01/" "Synset details page";
class diced__lobster.n.01 info;
click seafood.n.01 "/knowledgebase/synsets/seafood.n.01/" "Synset details page";
class seafood.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 diced__lobster.n.01 stroke:#333,stroke-width:2px;