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