The SPARQL form: INSERT INTO <graph> does not allow a variable for the graph so something like INSERT INTO ?graph{...} WHERE GRAPH ?graph{...} is not valid SPARQL.
I tried to get around this constraint by parametrizing the query in a spin template so that I could create valid queries from the template by passing in a parameter sp:arg1 for the graph into the template, e.g., INSERT INTO ?arg1{...} WHERE..., but the syntax checker on the SPIN Template will not let it through. Is this the way to do this or is there some other way?
Arthur
--
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
topbrai...@googlegroups.com
To unsubscribe from this group, send email to
topbraid-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en