You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, this use case is not supported by the library, though it could be easily extended. Nor I believe it needs to be as this sounds like a post-loading operation. But I understand why it would be convenient to do it at the load time.
So, I would check load_rdf2g, create_node and add_property functions in the update.py module.
I imagine that an additional lambda function parameter in the load_rdf2g function would solve your problem.
If you have time to extend this, I will accept the pull request.
Hi there!
Thanks for this amazing lib.
I'd like to know if it's possible to add a new node and vertex to every node.
I'm loading a ttl and inserting with the load function to my graph database.
Leo
The text was updated successfully, but these errors were encountered: