Kal Ahmed
Kal Ahmed
Currently the netstandard1.4 target is built with the NO_WEB flag because the old HTTP client APIs are not supported on that target framework. However, newer APIs are available and it...
Look at providing a way to access a subset of triples of a graph using indexer notation. For example by passing a Tuple as the index (with the tuple items...
We need a way to set the name of a graph from an RDF configuration. Prior to 3.0 this was done by the assignURI property, but if we want to...
Formats such as TriG, NQuads and JSON-LD all allow a document to specify triples in multiple graphs (i.e. quads). To read data from these formats it is currently necessary to...
Based on difficulties using the JSON-LD parser reported in #484, it would be useful to have a single page of the documentation that lists all of the formats that dotNetRdf...
Primary issues are related to file name capitalisation and so a lot of this ticket will be addressed by #471. Ideally we should also add a linux build and test...
_Imported from http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=315_ Rob Vesse (Wednesday, May 29, 2013 1:05 AM) This has been started in the 1.9 branch but is a long way off of being usable
_Imported from http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=457_ We're experiencing serious performance issues with leviathan in-memory SPARQL processor. For relatively simple queries the processor takes minutes to process or completely times out. The only version...
_Imported from: http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=384_ As part of the 2.0 redesign it is proposed to refactor the existing SparqlResultSet API to split it into multiple APIs: - Add a IQueryResult API which...
_Imported from http://www.dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=396_ Suggested on the mailing list, add the ability to add arbitrary custom paramters to SparqlRemoteEndpoint and SparqlRemoteUpdateEndpoint requests. Useful for working with non-standard or vendor specific features.