Semantic Connections

graph TD
  Performance["Performance"]:::current-page-node
  hr_business_line_data["hr_business_line_data"]
  performance_agreement_review_schedule["performance_agreement_review_schedule"]
  performance_agreement_status["performance_agreement_status"]
  performance_agreement_commitment["performance_agreement_commitment"]
  performance_agreement_signoff["performance_agreement_signoff"]
  talent_management_plan["talent_management_plan"]
  performance_agreement["performance_agreement"]
  performance_improvement_plan["performance_improvement_plan"]
  employee_performance_result["employee_performance_result"]
  performance_agreement_signoff-->|" subClassOf "|Performance
  Performance-->|" subClassOf "|hr_business_line_data
  performance_agreement-->|" subClassOf "|Performance
  employee_performance_result-->|" subClassOf "|Performance
  performance_agreement_commitment-->|" subClassOf "|Performance
  performance_agreement_review_schedule-->|" subClassOf "|Performance
  performance_improvement_plan-->|" subClassOf "|Performance
  performance_agreement_status-->|" subClassOf "|Performance
  talent_management_plan-->|" subClassOf "|Performance