match (n {name:'Sun'}) return n
match (n:Astre) return n
match (n1) <-[r:Satellite]- (n2) return r,n1,n2