Notes

  1. The label on the AdvisingRelationship is optional.  VIVO constructs a label consisting of the Advisors label, the Advisee's label, some text representing the type of relationship
  2. The AdvisingRelationship can optionally have one of the types below:
    http://vivoweb.org/ontology/core#FacultyMentoringRelationship
    http://vivoweb.org/ontology/core#GaduateAdvisingRelationship
    http://vivoweb.org/ontology/core#UndergraduateAdvisingRelationship
    http://vivoweb.org/ontology/core#PostdocOrFellowAdvisingRelationship
  3. The AdviseeRole relates the AdvisingRelationship to the Advisee.  This pattern is common for modeling roles and relationships.
  4. The AcademicDegree is optional.  It may be present for AdvisingRelationships leading to a degree.
  5. The AdvisorRole relates the AdvisingRelationship to the Advisor.  It uses the same pattern as the AdviseeRole.
  6. The AdvisingRelationship may have an associated DateTimeInterval. See DateTimeValue and DateTimeInterval Models for details regarding modeling DateTimeIntervals.