From: Rob V. <rv...@do...> - 2016-06-24 09:32:20
|
This is probably a bug in the optimiser but without a complete example it is hard to say Please note that the project is undergoing a change of leadership and infrastructure and these list will shortly be closing. Please report any bugs to http://github.com/dotnetrdf/dotnetrdf/issues Rob On 20/06/2016 17:48, "Paul Tyson" <pau...@ob...> wrote: I'm getting unexpected results when round-tripping a sparql update string throug SparqlUpdateParser and SparqlUpdateCommandSet. Input string is like: INSERT {...} WHERE { VALUES (?v1 ?v2 ?v3) {(<..> "..." "...")} BIND (...) BIND (...) BIND (...) } This code: SparqlUpdateParser parser = new SparqlUpdateParser(); SparqlUpdateCommandSet q = parser.ParseFromString(input_str); return q.ToString(); Returns: INSERT {...} WHERE { BIND (...) BIND (...) BIND (...) VALUES (?v1 ?v2 ?v3) {(<..> "..." "...")} } Thanks in advance for any help on this. Regards, --Paul ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohomanageengine _______________________________________________ dotNetRDF-Support mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-support |