IS used as substance
NOT used as non-substance
NOT used as fillable
graph TD;
recipe-blueberry_mousse(recipe: blueberry_mousse);
gelatinn02(gelatin.n.02);
whipped_creamn01(whipped_cream.n.01);
granulated_sugarn01(granulated_sugar.n.01);
blueberry_compoten01(blueberry_compote.n.01);
cream_of_tartarn01(cream_of_tartar.n.01);
raw_eggn01(raw_egg.n.01);
blueberry_moussen01(blueberry_mousse.n.01);
recipe-whipped_creamn01-cooking(recipe: whipped_cream.n.01-cooking);
cooked__whipped_creamn01(cooked__whipped_cream.n.01);
recipe-blueberry_mousse --> blueberry_moussen01;
gelatinn02 --> recipe-blueberry_mousse;
whipped_creamn01 --> recipe-blueberry_mousse;
whipped_creamn01 --> recipe-whipped_creamn01-cooking;
granulated_sugarn01 --> recipe-blueberry_mousse;
blueberry_compoten01 --> recipe-blueberry_mousse;
cream_of_tartarn01 --> recipe-blueberry_mousse;
raw_eggn01 --> recipe-blueberry_mousse;
recipe-whipped_creamn01-cooking --> cooked__whipped_creamn01;
graph TD;
classDef success fill:#28a745,color:#fff;
classDef warning fill:#ffc107,color:#fff;
classDef danger fill:#dc3545,color:#fff;
topping.n.01 --> whipped_cream.n.01;
garnish.n.01 --> topping.n.01;
decoration.n.01 --> garnish.n.01;
artifact.n.01 --> decoration.n.01;
whole.n.02 --> artifact.n.01;
object.n.01 --> whole.n.02;
physical_entity.n.01 --> object.n.01;
entity.n.01 --> physical_entity.n.01;
click topping.n.01 "/knowledgebase/synsets/topping.n.01/" "Synset details page";
class topping.n.01 info;
click whipped_cream.n.01 "/knowledgebase/synsets/whipped_cream.n.01/" "Synset details page";
class whipped_cream.n.01 info;
click garnish.n.01 "/knowledgebase/synsets/garnish.n.01/" "Synset details page";
class garnish.n.01 info;
click decoration.n.01 "/knowledgebase/synsets/decoration.n.01/" "Synset details page";
class decoration.n.01 success;
click artifact.n.01 "/knowledgebase/synsets/artifact.n.01/" "Synset details page";
class artifact.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 whipped_cream.n.01 stroke:#333,stroke-width:2px;