|
Bart; Yes you assumption is correct. The INSERT query is inserting
into the default graph, which is the SPARQLMotion script in this
case. Whenever using INSERT, it should be used with the GRAPH
clause unless the context for the default graph is set to the graph
targeted for the insert. So your query will look like: INSERT { GRAPH <...graph_name...> { ?s ?p ?o } } WHERE { ?s ?p ?o } -- Scott On 6/26/2014, 7:03 PM, Barton Petersen
wrote:
-- -- 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. |
- [topbraid-users] NullPointerException when using Perform U... Barton Petersen
- Re: [topbraid-users] NullPointerException when using ... Scott Henninger
- Re: [topbraid-users] NullPointerException when us... Barton Petersen
