neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

best strategy to handle named graphs in Neo4J

Open ali1k opened this issue 7 years ago • 1 comments

Do you have any suggestions what would be the best (most efficient) strategy to simulate named graphs in Neo4J? I was thinking to simply add a new property to all nodes and relations called 'graphName'. Is there a way to add this in the import time?

ali1k avatar Apr 17 '18 15:04 ali1k

Hi Ali, that is a great question. Unfortunately, the current version of neosemantics does not support named graphs so it's not an option that can be passed as parameter. It is however an interesting point that I add to the backlog, both from the point of view of how to model it in a property graph and also to extend the RDF loading stored procs to support the ingestion.

Thanks,

And by all means feel free to contribute code if you have ideas. PRs are most welcome!

JB.

jbarrasa avatar Sep 06 '18 12:09 jbarrasa