Alison; This seems correct to me. ?someObject is bound in the first triple pattern. For each match found the SERVICE graph pattern will be sent with ?someObject bound to a value.
Are you experiencing a problem with this? -- Scott On Jul 6, 1:59 am, alymay <[email protected]> wrote: > Hi is it possible to pass a SPARQL SELECT result to a remote graph > using SERVICE - something like this: > > SELECT distinct ?remoteObject > WHERE { > ?someSubject :somePredicate ?someObject . > > { > SERVICE <http://remoteService> > { > ?someObject ?remotePredicate ?remoteObject . > > } > > If so what is the correct syntax? > Thanks > Alison -- 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 [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
