John; Once the triples are constructed by a CONSTRUCT query, they are treated as any other triple. Therefore you can run a SELECT statement and get a result set ordered in the way you want. I am unclear about the rdf/xml requirements, but ReturnSPARQLResults will return the result set in standard SPARQL format, which uses XML.
-- Scott On Sep 3, 9:03 am, John Perdoni <[email protected]> wrote: > Hi, > > Not sure if this is at all possible, but I have a script that > constructs a set of values and outputs them in rdf/xml. I understand > that an ORDER BY cannot be used with a construct query, but after the > instances have been consructed is there anyway i can pass on the > results to another module in order to have the returned rdf/xml > ordered buy one of the bound variables. > > Thanks once again for the continued level of support you are giving > me. > > Regards > > John -- 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
