Hi, I've created an SM script that extracts a number of triples from various graphs to create what I need to be a "working graph" that I can update (Insert/Delete) while it sits in memory. The output of the script is the updated graph that is returned via a REST service.
I'm running into a problem when I attempt to use the PerformUpdate module to update the graph. Of course the graph I need to update is the incoming graph which I understand is not update-able. I've been attempting to find the proper way to create the equivalent of a Session Graph; i.e. something that only exists while the script is executing. I've tried using Create Session Graph. However, I receive a null pointer exception when the module executes. Any suggestions on how to solve this problem? My fallback is to create an empty file in the workspace and push the incoming graph into this graph then use PerformUpdate to update that graph. Thanks in advance for your help, Tim -- -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en --- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
