graph TD
OCHRO_Function_Ontology["OCHRO Function Ontology<br>+ label: OCHRO Function Ontology<br>+ comment: An ontology for modeling Government of Canada functions.<br>+ versionInfo: v1.0"]:::current-page-node
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"]
Outcome_Statement["Outcome Statement<br>+ label: Outcome Statement<br>+ comment: Why does this function exist"]
Output["Output<br>+ label: Output<br>+ comment: What does it produce"]
Business_Line-->|" delivers "|Output
Outcome_Statement-->|" defines "|Function
Output-->|" drives "|Outcome_Statement
Function-->|" hasPart "|Stakeholder
Function-->|" hasPart "|Business_Line
Stakeholder-->|" interacts_with "|Output
Business_Line-->|" subClassOf "|Function
OCHRO_Function_Ontology-->|" subject "|Function
Stakeholder-->|" interacts_with "|Business_Line
Stakeholder-->|" subClassOf "|Function