hospitality
Textual / symbolic
graph TD;
style theme/hospitality fill:#2fa4e7,stroke:#333,stroke-width:4px;
theme/hospitality(["hospitality"])
person/boaz(["Boaz"])
event/drinking(["drinking"])
theme/will_not_rest(["will not rest"])
place/bethlehem(["Bethlehem"])
object/wing(["wing"])
object/city_gate(["city gate"])
object/field(["field"])
click theme/hospitality "../../theme/hospitality/"
click person/boaz "../../person/boaz/"
click event/drinking "../../event/drinking/"
click theme/will_not_rest "../../theme/will_not_rest/"
click place/bethlehem "../../place/bethlehem/"
click object/wing "../../object/wing/"
click object/city_gate "../../object/city_gate/"
click object/field "../../object/field/"
person/boaz <.->|associated with| object/field
person/boaz <.->|associated with| object/city_gate
place/bethlehem .->|associated with| person/boaz
person/boaz <.->|associated with| object/wing
person/boaz -->|example of| theme/hospitality
person/boaz <.->|associated with| theme/will_not_rest
event/drinking <.->|associated with| person/boaz