Chris, I'm manipulating Query as a Model, which is possible via SPIN API. I feed it a generic SPARQL querystring that always has ?foo, but then depending on user action I might want to bind it to some specific value, or add a FILTER instead etc.
So in this way it also helps me overcome the problem with initial bindings on remote queries: http://www.mail-archive.com/[email protected]/msg02350.html Martynas graphity.org On Thu, Jan 19, 2012 at 2:44 PM, Chris Dollin <[email protected]>wrote: > Martynas asked: > > > say if I have a Model where a certain blank node Resource appears both > as a > > subject and as an object, what is the easiest way to replace all > > these occurrences with another Resource that has a concrete URI? > > ResourceUtils.renameResource(). > > [But why do you want to do this?] > > Chris > > -- > "The wizard seemed quite willing when I talked to him." /Howl's Moving > Castle/ > > Epimorphics Ltd, http://www.epimorphics.com > Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 > 6PT > Epimorphics Ltd. is a limited company registered in England (number > 7016688) >
