mdesalvo / RDFSharp

Lightweight and friendly .NET library for realizing Semantic Web applications
Apache License 2.0
121 stars 26 forks source link

Uncompliant handling of optional parameters for SPARQL UPDATE operations #232

Closed mdesalvo closed 3 years ago

mdesalvo commented 3 years ago

SPARQL UPDATE states that optional parameters provided by the user (using-graph-uri, using-named-graph-uri) should be sent as URL-encoded, ampersand-separated query parameters in case of update via URL-encoded POST. Adjust the actual implementation to be compliant with this.