From: Rob V. <rv...@do...> - 2012-09-21 20:27:19
|
Hey Tom Right now it's somewhat limited, you can build the algebra programmatically and try and convert it back to a query with the AsQuery() method but that isn't guaranteed to work (some algebras can't be converted back into queries). Otherwise you have to generate a string and then parse it. Most of the SparqlQuery API is protected internal/private, I have a To Do item to add a public fluent style API for building queries that I will likely do for the next release if that helps. I/you can start building that out in a feature branch if that would solve your issue? Rob On 9/21/12 11:39 AM, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Hi > >Please tell me what are the options for building SPARQL >programatically with dotNetRDF? Is there any such API? > >Regards, >Tom > >-------------------------------------------------------------------------- >---- >Got visibility? >Most devs has no idea what their production app looks like. >Find out how fast your code is with AppDynamics Lite. >http://ad.doubleclick.net/clk;262219671;13503038;y? >http://info.appdynamics.com/FreeJavaPerformanceDownload.html >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |