neosemantics
neosemantics copied to clipboard
best strategy to handle named graphs in Neo4J
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?
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.