IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-white_ricen01-cooking(recipe: white_rice.n.01-cooking);
white_ricen01(white_rice.n.01);
cooked__white_ricen01(cooked__white_rice.n.01);
recipe-tomato_rice(recipe: tomato_rice);
chicken_brothn01(chicken_broth.n.01);
diced__vidalia_onionn01(diced__vidalia_onion.n.01);
olive_oiln01(olive_oil.n.01);
diced__beefsteak_tomaton01(diced__beefsteak_tomato.n.01);
tomato_ricen01(tomato_rice.n.01);
recipe-white_ricen01-cooking --> cooked__white_ricen01;
white_ricen01 --> recipe-white_ricen01-cooking;
white_ricen01 --> recipe-tomato_rice;
recipe-tomato_rice --> tomato_ricen01;
chicken_brothn01 --> recipe-tomato_rice;
diced__vidalia_onionn01 --> recipe-tomato_rice;
olive_oiln01 --> recipe-tomato_rice;
diced__beefsteak_tomaton01 --> recipe-tomato_rice;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
rice.n.01 --> white_rice.n.01;
grain.n.02 --> rice.n.01;
starches.n.01 --> rice.n.01;
foodstuff.n.02 --> starches.n.01;
foodstuff.n.02 --> grain.n.02;
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 rice.n.01 "/knowledgebase/synsets/rice.n.01/" "Synset details page";
class rice.n.01 info;
click white_rice.n.01 "/knowledgebase/synsets/white_rice.n.01/" "Synset details page";
class white_rice.n.01 info;
click grain.n.02 "/knowledgebase/synsets/grain.n.02/" "Synset details page";
class grain.n.02 success;
click starches.n.01 "/knowledgebase/synsets/starches.n.01/" "Synset details page";
class starches.n.01 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 white_rice.n.01 stroke:#333,stroke-width:2px;