graph TD
Output["Output<br>+ label: Output<br>+ comment: What does it produce"]:::current-page-node
Outcome_Statement["Outcome Statement<br>+ label: Outcome Statement<br>+ comment: Why does this function exist"]
Function["Function<br>+ label: Function"]
Stakeholder["Stakeholder<br>+ label: Stakeholder<br>+ comment: Who interacts with it"]
Business_Line["Business Line<br>+ label: Business Line<br>+ comment: Where is the work structured"]
Function-->|" hasPart "|Stakeholder
Outcome_Statement-->|" defines "|Function
Function-->|" hasPart "|Business_Line
Output-->|" drives "|Outcome_Statement