Hello
In the data warehouse world, multiple systems have their data loaded with table and column names specific to their needs. The enterprise data model serves as the generic definition of the tables and column names across the enterprise. Refactoring those terms is the responsibility of the owner of the data or global terms from the industry.
For example, an employee would have an employee number and a social security number. From the enterprise perspective, the employee number is a Person label while the social security number is an attribute of the USA Fed Govt label. The refactoring is handled via database views that contain the enterprise names for the tables (labels) and the columns (attributes).
How is this scenario handled in Neo4J?
Thank you for your help.