Is there a syntax that is similar to neo4j?

Are there syntax that is similar to neo4j?
like:

MATCH (person)-[r:KNOWS]->(friend) WHERE r.since IN [1992, 2017] AND r.lastMet IN [2002,
  2021] RETURN person, friend

we could use IN keyword to batch query.