12edge.mql 948 B

1234567891011
  1. create edge type if not exists univ_demo.person_to_master '教师指导研究生';
  2. create edge type if not exists univ_demo.person_to_szxxsb_xh '教职工学会职务关系';
  3. create edge type if not exists univ_demo.person_to_tech_gwdj '教职工专业技术岗位等级晋级关系';
  4. create edge type if not exists univ_demo.person_to_org '教职工人事所属组织机构关系';
  5. create edge type if not exists univ_demo.person_to_szxxsb '教职工人才工程荣誉奖励业绩成果关系';
  6. create edge type if not exists univ_demo.own_paper '拥有论文';
  7. create edge type if not exists univ_demo.person_to_mgn_duty '教职工当前行政职务关系';
  8. create edge type if not exists univ_demo.person_to_org_by_sz '教职工师资归属组织机构关系';
  9. create edge type if not exists univ_demo.person_to_tech_duty '教职工专业技术职务晋级关系';
  10. create edge type if not exists univ_demo.org_to_org '组织机构层级关系';