fruit
Textual / symbolic
graph TD;
    style concept/fruit fill:#2fa4e7,stroke:#333,stroke-width:4px;
    concept/fruit(["fruit"])
    plant/fruit_trees(["fruit trees"])
    plant/vegetation(["vegetation"])
    click concept/fruit "../../concept/fruit/"
    click plant/fruit_trees "../../plant/fruit_trees/"
    click plant/vegetation "../../plant/vegetation/"
    plant/fruit_trees .->|associated with| concept/fruit
    plant/vegetation .->|associated with| plant/fruit_trees