As a data engineer,
I want to add meta-properties over properties, from an existing SQL-DB to a Graph-DB; that is for example
for a node of type PERSON, with a property :birthDate='1985-01-20', I want to be able to say
the property was created on '2020-11-10', by a user 'editor1' with the role 'writer'.
So that I do not need to transform the property into a relation plus yet another node.
As a data engineer, I want to add meta-properties over properties, from an existing SQL-DB to a Graph-DB; that is for example for a node of type PERSON, with a property :birthDate='1985-01-20', I want to be able to say the property was created on '2020-11-10', by a user 'editor1' with the role 'writer'.
So that I do not need to transform the property into a relation plus yet another node.