Semantic Connections

graph TD
  Employee["Employee"]:::current-page-node
  area_employee["area_employee"]
  career_development["career_development"]
  employment_history["employment_history"]
  financial_institution_information["financial_institution_information"]
  medical_assessment["medical_assessment"]
  tax_information["tax_information"]
  work_arrangement["work_arrangement"]
  position["position"]
  employee_classification["employee_classification"]
  organization["organization"]
  Employee-->|" has "|medical_assessment
  Employee-->|" has "|employment_history
  Employee-->|" has "|work_arrangement
  Employee-->|" incumbentIn "|position
  employee_classification-->|" isFor "|Employee
  organization-->|" employs "|Employee
  Employee-->|" subClassOf "|area_employee
  Employee-->|" has "|career_development
  Employee-->|" has "|tax_information
  Employee-->|" has "|financial_institution_information