From: Rob V. <rv...@do...> - 2014-01-16 15:10:22
|
Comments inline: From: Eugen F <feu...@ya...> Reply-To: Eugen F <feu...@ya...>, dotNetRDF Developer Discussion and Feature Request <dot...@li...> Date: Thursday, 9 January 2014 12:16 To: dotNetRDF Developer Discussion and Feature Request <dot...@li...> Subject: [dotNetRDF-Develop] SparqlRemoteEndpoint, SparqlFormatter minor issues > Hi, > > 1. In "SparqlFormatter" code: > > SparqlFormatter : TurtleFormatter : QNameFormatter(..., bool allowAKeyword) > > The problem is that "_allowAKeyword" is not exposed in SparqlFormatter so I > can't pass it. So I sugest either to add > public bool AllowAKeyword > { > get { return _allowAKeyword; } > set { _allowAKeyword = value; } > } > or create new constructor overloads in Sparql, Turtle formatters. Why do you need this, are you using the formatters in such a way that you don't want the a keyword to be used? > > 2. SparqlRemoteEndpoint should allow custom query params for url in case db > accepts more (bigdata does for analytic queries) > So code could be changed by adding(key,value): > public Dictionary<String, String> QueryParams > { > get > { > return this._queryParams; > } > } > and changing apropriate http calls. Logged as a future improvement as CORE-396 (http://dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=396) Rob > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More > Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development > Environments & Everything In Between. Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk__ > _____________________________________________ dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |