Hey, sorry but I really don’t understand what we are trying to achieve
OK, I should have made this clear. I want to rename “projects” to “new_projects” for each Company node.
Expected result is:
“Company 1” has “new_projects” predicate containing “Project 1” and “Project 2”.
“Company 2” has “new_projects” predicate containing “Project 3”.
Currently I get:
“Company 1” has “new_projects” predicate containing “Project 1”, “Project 2” and “Project 3”.
“Company 2” has “new_projects” predicate containing “Project 1”, “Project 2” and “Project 3”.
This seems trivial but I cannot get the expected result.
Regards,
miko