NOT used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-cooked-half__gourdn01-dicing(recipe: cooked-half__gourd.n.01-dicing);
half__gourdn01(half__gourd.n.01);
cooked__diced__gourdn01(cooked__diced__gourd.n.01);
recipe-gourdn02-slicing(recipe: gourd.n.02-slicing);
gourdn02(gourd.n.02);
recipe-uncooked-half__gourdn01-dicing(recipe: uncooked-half__gourd.n.01-dicing);
diced__gourdn01(diced__gourd.n.01);
recipe-cooked-half__gourdn01-dicing --> cooked__diced__gourdn01;
half__gourdn01 --> recipe-cooked-half__gourdn01-dicing;
half__gourdn01 --> recipe-uncooked-half__gourdn01-dicing;
recipe-gourdn02-slicing --> half__gourdn01;
gourdn02 --> recipe-gourdn02-slicing;
recipe-uncooked-half__gourdn01-dicing --> 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 --> half__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 half__gourd.n.01 "/knowledgebase/synsets/half__gourd.n.01/" "Synset details page";
class half__gourd.n.01 success;
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 half__gourd.n.01 stroke:#333,stroke-width:2px;