Creating different perspectives for filtering graphs in Neo4j Bloom

I have 2 different graph structures for two revisions: Revision 001 and Revision 002. I want to create search phrases in Neo4j Bloom to filter graphs based on Revisions. Is it possible? Can we do by creating different perspectives?

I have imported two CSV files into Neo4j and got graphs like this:

Revision 001:
image

Revision 002:
image
image

The difference between both structures is that in revision 002 Station 3 has an extra operation E and Part E-1.

My question is that how can I create a filter in Neo4j Bloom to show graph structure for revision 001 and revision 002 in a single graph?