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