match (p:'biz:*')-[*10]->(h) return p.name as "业务", _.path as "路径", h.name as "合同" where 合同 like 'linux:*' /** output() **/ ;