Semantic Connections
graph TD
Function["Function<br>+ label: Function"]:::current-page-node
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"]
Output["Output<br>+ label: Output<br>+ comment: What does it produce"]
Outcome_Statement["Outcome Statement<br>+ label: Outcome Statement<br>+ comment: Why does this function exist"]
Business_Line-->|" delivers "|Output
Output-->|" drives "|Outcome_Statement
Function-->|" hasPart "|Stakeholder
Function-->|" hasPart "|Business_Line
Stakeholder-->|" interacts_with "|Output
Business_Line-->|" subClassOf "|Function
Stakeholder-->|" interacts_with "|Business_Line
Stakeholder-->|" subClassOf "|Function