NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-uncooked-half__gourdn01-dicing(recipe: uncooked-half__gourd.n.01-dicing);
half__gourdn01(half__gourd.n.01);
diced__gourdn01(diced__gourd.n.01);
recipe-diced__gourdn01-cooking(recipe: diced__gourd.n.01-cooking);
cooked__diced__gourdn01(cooked__diced__gourd.n.01);
recipe-uncooked-half__gourdn01-dicing --> diced__gourdn01;
half__gourdn01 --> recipe-uncooked-half__gourdn01-dicing;
diced__gourdn01 --> recipe-diced__gourdn01-cooking;
recipe-diced__gourdn01-cooking --> cooked__diced__gourdn01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
fruit.n.01 --> diced__gourd.n.01;
reproductive_structure.n.01 --> fruit.n.01;
plant_organ.n.01 --> reproductive_structure.n.01;
plant_part.n.01 --> plant_organ.n.01;
natural_object.n.01 --> plant_part.n.01;
whole.n.02 --> natural_object.n.01;
object.n.01 --> whole.n.02;
physical_entity.n.01 --> object.n.01;
entity.n.01 --> physical_entity.n.01;
click fruit.n.01 "/knowledgebase/synsets/fruit.n.01/" "Synset details page";
class fruit.n.01 success;
click diced__gourd.n.01 "/knowledgebase/synsets/diced__gourd.n.01/" "Synset details page";
class diced__gourd.n.01 info;
click reproductive_structure.n.01 "/knowledgebase/synsets/reproductive_structure.n.01/" "Synset details page";
class reproductive_structure.n.01 success;
click plant_organ.n.01 "/knowledgebase/synsets/plant_organ.n.01/" "Synset details page";
class plant_organ.n.01 success;
click plant_part.n.01 "/knowledgebase/synsets/plant_part.n.01/" "Synset details page";
class plant_part.n.01 success;
click natural_object.n.01 "/knowledgebase/synsets/natural_object.n.01/" "Synset details page";
class natural_object.n.01 success;
click whole.n.02 "/knowledgebase/synsets/whole.n.02/" "Synset details page";
class whole.n.02 success;
click object.n.01 "/knowledgebase/synsets/object.n.01/" "Synset details page";
class object.n.01 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__gourd.n.01 stroke:#333,stroke-width:2px;