For some reason I want to select all nodes that are into a specific type for in other words I want to extend the query:
MATCH (p) RETURN p
That will return all nodes that are these specific types:
- DATA_ASSET
 - SERVER_OR_SERVICE
 - APPLICATION
 - DATA_CONSUMER
 - PROSESED